Skip to content

Commit

Permalink
UBIFS: support splice_write
Browse files Browse the repository at this point in the history
Signed-off-by: Zoltan Sogor <weth@inf.u-szeged.hu>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
  • Loading branch information
Zoltan Sogor authored and Artem Bityutskiy committed Aug 13, 2008
1 parent 0010f18 commit 22bc7fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/ubifs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22bc7fa

Please sign in to comment.