aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs/file.c
diff options
context:
space:
mode:
authorZoltan Sogor <weth@inf.u-szeged.hu>2008-07-28 10:28:49 -0400
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-08-13 04:38:43 -0400
commit22bc7fa8c5da09805edc6a6199ce81373b2c207d (patch)
treea8a93699030cea567f98e0aa4a396175a66418bf /fs/ubifs/file.c
parent0010f18afc5f8ba25e1d20e3165894c32a65af02 (diff)
UBIFS: support splice_write
Signed-off-by: Zoltan Sogor <weth@inf.u-szeged.hu> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'fs/ubifs/file.c')
-rw-r--r--fs/ubifs/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ubifs/file.c b/fs/ubifs/file.c
index 9fecab2f30b..4071d1cae29 100644
--- a/fs/ubifs/file.c
+++ b/fs/ubifs/file.c
@@ -1271,6 +1271,7 @@ struct file_operations ubifs_file_operations = {
1271 .fsync = ubifs_fsync, 1271 .fsync = ubifs_fsync,
1272 .unlocked_ioctl = ubifs_ioctl, 1272 .unlocked_ioctl = ubifs_ioctl,
1273 .splice_read = generic_file_splice_read, 1273 .splice_read = generic_file_splice_read,
1274 .splice_write = generic_file_splice_write,
1274#ifdef CONFIG_COMPAT 1275#ifdef CONFIG_COMPAT
1275 .compat_ioctl = ubifs_compat_ioctl, 1276 .compat_ioctl = ubifs_compat_ioctl,
1276#endif 1277#endif