]> git.karo-electronics.de Git - karo-tx-linux.git/commit
reiserfs: remove useless superblock dirtying
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 1 Jun 2012 14:18:06 +0000 (17:18 +0300)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 1 Jun 2012 14:37:36 +0000 (10:37 -0400)
commit717f03c4d71677d2afb68d54628def3aae5d46ab
treead6eb4ff48e307920716a22586bbf322002d19bb
parent25729b0e94c2103a8d726eda843136a3775366cf
reiserfs: remove useless superblock dirtying

The 'reiserfs_resize()' function marks the superblock as dirty by assigning 1
to 's_dirt' and then calls 'journal_mark_dirty()' which does the same. Thus,
we can remove the assignment from 'reiserfs_resize()'.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/reiserfs/resize.c