commit | 6b775b18eecf60b8a44723e05f8eb6251b71a7a9 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 07 15:06:19 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Apr 11 22:29:50 2015 -0400 |
tree | 00e1319bffaa949fc9de7134a5afe41728b5bc7e | |
parent | e768d7ff7b923a74a019d8782e6ee75dc1de12c1 [diff] |
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>