diff options
Diffstat (limited to 'fs/sysv/sysv.h')
| -rw-r--r-- | fs/sysv/sysv.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/sysv/sysv.h b/fs/sysv/sysv.h index 11b07672f6c..0bc35fdc58e 100644 --- a/fs/sysv/sysv.h +++ b/fs/sysv/sysv.h @@ -117,7 +117,6 @@ static inline void dirty_sb(struct super_block *sb)  	mark_buffer_dirty(sbi->s_bh1);  	if (sbi->s_bh1 != sbi->s_bh2)  		mark_buffer_dirty(sbi->s_bh2); -	sb->s_dirt = 1;  }  |