From: Artem Bityutskiy Date: Tue, 3 Apr 2012 09:49:18 +0000 (+0300) Subject: ext2: do not register write_super within VFS X-Git-Tag: v3.5-rc1~87^2~13 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f72cf5e223a28d3b3ea7dc9e40464fd534e359e8;p=pandora-kernel.git ext2: do not register write_super within VFS Jan Kara removed 'sb->s_dirt' VFS flag references, so we do not need to register the ext2 'ext2_write_super()' method in the VFS superblock operations, because 'sb->s_dirt' won't be ever set to 1 and VFS won't ever call '->write_super()' anyway. Thus, remove the method. Tested using xfstests. Signed-off-by: Artem Bityutskiy Signed-off-by: Jan Kara --- Reading git-diff-tree failed