commit | d8a8559cd7a9ccac98d5f6f13297a2ff68a43627 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Wed Sep 02 12:34:32 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Fri Sep 11 09:20:25 2009 +0200 |
tree | 165e02117205e9790c21b2facc130b23addf3775 | |
parent | 0d03d59d9b31cd1e33b7e46a80b6fef66244b1f2 [diff] |
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 <jack@suse.cz> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>