git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e768d7f
)
fuse: ->direct_IO() doesn't need generic_write_checks()
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 7 Apr 2015 19:06:19 +0000
(15:06 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 12 Apr 2015 02:29:50 +0000
(22:29 -0400)
already done by caller. We used to call __fuse_direct_write(), which
called generic_write_checks(); now the former got expanded, bringing
the latter to the surface. It used to be called all along and calling
it from there had been wrong all along...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/fuse/file.c
patch
|
blob
|
history
diff --cc
fs/fuse/file.c
Simple merge