Skip to content
Commit 6b775b18 authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent e768d7ff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment