aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd/journal.c
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-04-03 12:49:18 +0300
committerJan Kara <jack@suse.cz>2012-04-11 11:12:46 +0200
commitf72cf5e223a28d3b3ea7dc9e40464fd534e359e8 (patch)
tree5565034413f296f22e25465eaf42f593766b6f55 /fs/jbd/journal.c
parentext2: Remove s_dirt handling (diff)
downloadlinux-dev-f72cf5e223a28d3b3ea7dc9e40464fd534e359e8.tar.xz
linux-dev-f72cf5e223a28d3b3ea7dc9e40464fd534e359e8.zip
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 <artem.bityutskiy@linux.intel.com> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions