commit | 22bc7fa8c5da09805edc6a6199ce81373b2c207d | [log] [tgz] |
---|---|---|
author | Zoltan Sogor <weth@inf.u-szeged.hu> | Mon Jul 28 16:28:49 2008 +0200 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Wed Aug 13 11:38:43 2008 +0300 |
tree | a8a93699030cea567f98e0aa4a396175a66418bf | |
parent | 0010f18afc5f8ba25e1d20e3165894c32a65af02 [diff] [blame] |
UBIFS: support splice_write Signed-off-by: Zoltan Sogor <weth@inf.u-szeged.hu> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
diff --git a/fs/ubifs/file.c b/fs/ubifs/file.c index 9fecab2..4071d1c 100644 --- a/fs/ubifs/file.c +++ b/fs/ubifs/file.c
@@ -1271,6 +1271,7 @@ .fsync = ubifs_fsync, .unlocked_ioctl = ubifs_ioctl, .splice_read = generic_file_splice_read, + .splice_write = generic_file_splice_write, #ifdef CONFIG_COMPAT .compat_ioctl = ubifs_compat_ioctl, #endif