Add block_write_full_page_endio for passing endio handler
authorChris Mason <chris.mason@oracle.com>
Wed, 15 Apr 2009 17:22:38 +0000 (13:22 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Apr 2009 14:47:49 +0000 (07:47 -0700)
commit35c80d5f400f68f2eccf3069d1c068e154bde9c9
tree43dd3ebb3e654b1a1ed4210089b7dc27b1f516e9
parentf69955855eac55a048d26a1618f50dfaa160a006
Add block_write_full_page_endio for passing endio handler

block_write_full_page doesn't allow the caller to control what happens
when the IO is over.  This adds a new call named block_write_full_page_endio
so the buffer head end_io handler can be provided by the caller.

This will be used by the ext3 data=guarded mode to do i_size updates in
a workqueue based end_io handler.  end_buffer_async_write is also
exported so it can be called to do the dirty work of managing page
writeback for the higher level end_io handler.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
Acked-by: Theodore Tso <tytso@mit.edu>
Acked-by: Jan Kara <jack@suse.cz>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/buffer.c
include/linux/buffer_head.h