commit | 6af67d8205cf65fbaaa743edc7ebb46e486e34ff | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Tue Mar 06 17:24:46 2007 -0800 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Thu Apr 26 15:02:34 2007 -0700 |
tree | 1aadef5c71e4f8905477a813b1bd0a35e62ccbee | |
parent | fa41045fcbf78269991d5aebb1820fc51534f05d [diff] |
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>