]> git.karo-electronics.de Git - karo-tx-linux.git/commit
expand __fuse_direct_write() in both callers
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 31 Mar 2015 02:15:58 +0000 (22:15 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 31 Mar 2015 02:15:58 +0000 (22:15 -0400)
commit54c0874f7f29284690ca1a155eeba42c26caec0d
tree9c82df8102611c2d51d6e8940062bb23890a4ff9
parentd130f5f6a593ebaf27bcd8ddb55a7ff2112c6025
expand __fuse_direct_write() in both callers

it's actually shorter that way *and* later we'll want iocb in scope
of generic_write_check() caller.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/fuse/file.c