From: Artem Bityutskiy Date: Fri, 1 Jun 2012 14:18:06 +0000 (+0300) Subject: reiserfs: remove useless superblock dirtying X-Git-Tag: v3.5-rc1~15^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=717f03c4d71677d2afb68d54628def3aae5d46ab;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed