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)
commit6b775b18eecf60b8a44723e05f8eb6251b71a7a9
tree00e1319bffaa949fc9de7134a5afe41728b5bc7e
parente768d7ff7b923a74a019d8782e6ee75dc1de12c1
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