commit | 717f03c4d71677d2afb68d54628def3aae5d46ab | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Fri Jun 01 17:18:06 2012 +0300 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Jun 01 10:37:36 2012 -0400 |
tree | ad6eb4ff48e307920716a22586bbf322002d19bb | |
parent | 25729b0e94c2103a8d726eda843136a3775366cf [diff] |
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>