summaryrefslogtreecommitdiffstats
path: root/fs/ext2/namei.c
diff options
context:
space:
mode:
authorJan Blunck <jblunck@suse.de>2010-04-14 14:38:35 +0200
committerJan Kara <jack@suse.cz>2010-05-21 19:30:39 +0200
commit20da9baf4cf9c627aaf7b00d64ce0b2221bab9bf (patch)
treeaab271acba35a0e0c83e29136471ceb267c76d45 /fs/ext2/namei.c
parentext2: Set the write time in ext2_sync_fs() (diff)
downloadlinux-20da9baf4cf9c627aaf7b00d64ce0b2221bab9bf.tar.xz
linux-20da9baf4cf9c627aaf7b00d64ce0b2221bab9bf.zip
ext2: Remove duplicate code from ext2_sync_fs()
Depending in the state (valid or unchecked) of the filesystem either ext2_sync_super() or ext2_commit_super() is called. If the filesystem is currently valid (it is checked), we first mark it unchecked and afterwards duplicate the work that ext2_sync_super() is doing later. Therefore this patch removes the duplicate code and calls ext2_sync_super() directly after marking the filesystem unchecked. Signed-off-by: Jan Blunck <jblunck@suse.de> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/ext2/namei.c')
0 files changed, 0 insertions, 0 deletions