From 14f77e307c98b5f615cb6e4b80c4c4a63ddda6e2 Mon Sep 17 00:00:00 2001 From: Zoltan Sogor Date: Mon, 28 Jul 2008 16:28:49 +0200 Subject: [PATCH] --- yaml --- r: 108550 b: refs/heads/master c: 22bc7fa8c5da09805edc6a6199ce81373b2c207d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ubifs/file.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 145681059fd1..556a4f4ee574 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0010f18afc5f8ba25e1d20e3165894c32a65af02 +refs/heads/master: 22bc7fa8c5da09805edc6a6199ce81373b2c207d diff --git a/trunk/fs/ubifs/file.c b/trunk/fs/ubifs/file.c index 9fecab2f30bc..4071d1cae29f 100644 --- a/trunk/fs/ubifs/file.c +++ b/trunk/fs/ubifs/file.c @@ -1271,6 +1271,7 @@ struct file_operations ubifs_file_operations = { .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