]> 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)
commit88938afcc9f19d5c4f337ac5ab8a7f2f2b8df4c6
tree00e1319bffaa949fc9de7134a5afe41728b5bc7e
parent3f887f9900e3c7ca95cfc035ef2534ab54eae219
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