]> git.baikalelectronics.ru Git - kernel.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)
commit427e134be542e099101265601f47a68d437d4e08
treead6eb4ff48e307920716a22586bbf322002d19bb
parent7d16cba60ef9e9557f0ad70065e85bb252f9d09c
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