projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0010f18
)
UBIFS: support splice_write
author
Zoltan Sogor
<weth@inf.u-szeged.hu>
Mon, 28 Jul 2008 14:28:49 +0000
(16:28 +0200)
committer
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Wed, 13 Aug 2008 08:38:43 +0000
(11:38 +0300)
Signed-off-by: Zoltan Sogor <weth@inf.u-szeged.hu>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/file.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ubifs/file.c
b/fs/ubifs/file.c
index 9fecab2f30bc617144a7a93d8f426af31ee7806c..4071d1cae29f7cb0b65221ecd541b3832b37be31 100644
(file)
--- a/
fs/ubifs/file.c
+++ b/
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