]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/reiserfs/resize.c
NFSv4: Fix buffer overflow checking in __nfs4_get_acl_uncached
[mirror_ubuntu-zesty-kernel.git] / fs / reiserfs / resize.c
index 9a17f63c3fd7f3618a44bdf946476e4957dcd50d..3ce02cff5e90bd1c26374e12e15a6f56ea8c8803 100644 (file)
@@ -200,7 +200,6 @@ 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;
 
        journal_mark_dirty(&th, s, SB_BUFFER_WITH_SB(s));