Maemo patchset 20101501+0m5
[h-e-n] / fs / reiserfs / resize.c
index f71c394..343b5af 100644 (file)
@@ -202,7 +202,7 @@ int reiserfs_resize(struct super_block *s, unsigned long block_count_new)
                                          (bmap_nr_new - bmap_nr)));
        PUT_SB_BLOCK_COUNT(s, block_count_new);
        PUT_SB_BMAP_NR(s, bmap_would_wrap(bmap_nr_new) ? : bmap_nr_new);
-       s->s_dirt = 1;
+       mark_sb_dirty(s);
 
        journal_mark_dirty(&th, s, SB_BUFFER_WITH_SB(s));