diff options
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index e8e8afa402f1..c3411d4ce2da 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -2328,15 +2328,6 @@ static inline void ext4_unlock_group(struct super_block *sb, | |||
2328 | spin_unlock(ext4_group_lock_ptr(sb, group)); | 2328 | spin_unlock(ext4_group_lock_ptr(sb, group)); |
2329 | } | 2329 | } |
2330 | 2330 | ||
2331 | static inline void ext4_mark_super_dirty(struct super_block *sb) | ||
2332 | { | ||
2333 | struct ext4_super_block *es = EXT4_SB(sb)->s_es; | ||
2334 | |||
2335 | ext4_superblock_csum_set(sb, es); | ||
2336 | if (EXT4_SB(sb)->s_journal == NULL) | ||
2337 | sb->s_dirt =1; | ||
2338 | } | ||
2339 | |||
2340 | /* | 2331 | /* |
2341 | * Block validity checking | 2332 | * Block validity checking |
2342 | */ | 2333 | */ |