|
@@ -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
|