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