]> git.baikalelectronics.ru Git - kernel.git/commit
fuse: ->direct_IO() doesn't need generic_write_checks()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 7 Apr 2015 19:06:19 +0000 (15:06 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 12 Apr 2015 02:29:50 +0000 (22:29 -0400)
commit669a37a21819c5c8c4151ea0fae358c23db0712c
tree00e1319bffaa949fc9de7134a5afe41728b5bc7e
parent47e25cd8e484ba8f7e87e40e77da3a756a9ceea5
fuse: ->direct_IO() doesn't need generic_write_checks()

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