ocfs2: Use own splice write actor
authorMark Fasheh <mark.fasheh@oracle.com>
Wed, 7 Mar 2007 01:24:46 +0000 (17:24 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Thu, 26 Apr 2007 22:02:34 +0000 (15:02 -0700)
commit6af67d8205cf65fbaaa743edc7ebb46e486e34ff
tree1aadef5c71e4f8905477a813b1bd0a35e62ccbee
parentfa41045fcbf78269991d5aebb1820fc51534f05d
ocfs2: Use own splice write actor

We need to fill holes during a splice write. Provide our own splice write
actor which can call ocfs2_file_buffered_write() with a splice-specific
callback.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/aops.c
fs/ocfs2/aops.h
fs/ocfs2/file.c