From: Jens Axboe Date: Wed, 2 Sep 2009 10:34:32 +0000 (+0200) Subject: writeback: get rid of generic_sync_sb_inodes() export X-Git-Tag: v2.6.32-rc1~733^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8a8559cd7a9ccac98d5f6f13297a2ff68a43627;p=pandora-kernel.git writeback: get rid of generic_sync_sb_inodes() export This adds two new exported functions: - writeback_inodes_sb(), which only attempts to writeback dirty inodes on this super_block, for WB_SYNC_NONE writeout. - sync_inodes_sb(), which writes out all dirty inodes on this super_block and also waits for the IO to complete. Acked-by: Jan Kara Signed-off-by: Jens Axboe --- Reading git-diff-tree failed