From: Jan Blunck Date: Wed, 14 Apr 2010 12:38:36 +0000 (+0200) Subject: ext2: Fold ext2_commit_super() into ext2_sync_super() X-Git-Tag: v2.6.35-rc1~455^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee6921ebd04cb807dfe88b10ad80f1124813c673;p=pandora-kernel.git ext2: Fold ext2_commit_super() into ext2_sync_super() Both function originally did similar things except that ext2_sync_super() is returning after the call to sync_dirty_buffer(sbh). Therefore this patch adds a wait flag to tell ext2_sync_super() if it has to call sync_dirty_buffer() to wait for in-progress I/O to finish. Signed-off-by: Jan Blunck Signed-off-by: Jan Kara --- Reading git-diff-tree failed