diff options
author | Jan Blunck <jblunck@suse.de> | 2010-04-14 14:38:36 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2010-05-21 19:30:39 +0200 |
commit | ee6921ebd04cb807dfe88b10ad80f1124813c673 (patch) | |
tree | a8892d816bb76c07b5e0f0df70596ccf0bfb6f98 /fs/ext2/symlink.c | |
parent | 20da9baf4cf9c627aaf7b00d64ce0b2221bab9bf (diff) | |
download | linux-ee6921ebd04cb807dfe88b10ad80f1124813c673.tar.bz2 |
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 <jblunck@suse.de>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/ext2/symlink.c')
0 files changed, 0 insertions, 0 deletions