From: Al Viro Date: Tue, 7 Apr 2015 19:06:19 +0000 (-0400) Subject: fuse: ->direct_IO() doesn't need generic_write_checks() X-Git-Tag: omap-for-v4.1/fixes-rc1~116^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b775b18eecf60b8a44723e05f8eb6251b71a7a9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed