summaryrefslogtreecommitdiffstats
path: root/fs/ext2/ialloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext2/ialloc.c')
-rw-r--r--fs/ext2/ialloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext2/ialloc.c b/fs/ext2/ialloc.c
index a1fc3dabca41..6484199b35d1 100644
--- a/fs/ext2/ialloc.c
+++ b/fs/ext2/ialloc.c
@@ -145,7 +145,7 @@ void ext2_free_inode (struct inode * inode)
145 else 145 else
146 ext2_release_inode(sb, block_group, is_directory); 146 ext2_release_inode(sb, block_group, is_directory);
147 mark_buffer_dirty(bitmap_bh); 147 mark_buffer_dirty(bitmap_bh);
148 if (sb->s_flags & MS_SYNCHRONOUS) 148 if (sb->s_flags & SB_SYNCHRONOUS)
149 sync_dirty_buffer(bitmap_bh); 149 sync_dirty_buffer(bitmap_bh);
150 150
151 brelse(bitmap_bh); 151 brelse(bitmap_bh);
@@ -517,7 +517,7 @@ repeat_in_this_group:
517 goto fail; 517 goto fail;
518got: 518got:
519 mark_buffer_dirty(bitmap_bh); 519 mark_buffer_dirty(bitmap_bh);
520 if (sb->s_flags & MS_SYNCHRONOUS) 520 if (sb->s_flags & SB_SYNCHRONOUS)
521 sync_dirty_buffer(bitmap_bh); 521 sync_dirty_buffer(bitmap_bh);
522 brelse(bitmap_bh); 522 brelse(bitmap_bh);
523 523