diff options
Diffstat (limited to 'fs/reiserfs/resize.c')
| -rw-r--r-- | fs/reiserfs/resize.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/reiserfs/resize.c b/fs/reiserfs/resize.c index 9a17f63c3fd7..3ce02cff5e90 100644 --- a/fs/reiserfs/resize.c +++ b/fs/reiserfs/resize.c | |||
| @@ -200,7 +200,6 @@ int reiserfs_resize(struct super_block *s, unsigned long block_count_new) | |||
| 200 | (bmap_nr_new - bmap_nr))); | 200 | (bmap_nr_new - bmap_nr))); |
| 201 | PUT_SB_BLOCK_COUNT(s, block_count_new); | 201 | PUT_SB_BLOCK_COUNT(s, block_count_new); |
| 202 | PUT_SB_BMAP_NR(s, bmap_would_wrap(bmap_nr_new) ? : bmap_nr_new); | 202 | PUT_SB_BMAP_NR(s, bmap_would_wrap(bmap_nr_new) ? : bmap_nr_new); |
| 203 | s->s_dirt = 1; | ||
| 204 | 203 | ||
| 205 | journal_mark_dirty(&th, s, SB_BUFFER_WITH_SB(s)); | 204 | journal_mark_dirty(&th, s, SB_BUFFER_WITH_SB(s)); |
| 206 | 205 | ||
