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>
Sun, 12 Apr 2015 02:27:53 +0000 (22:27 -0400)
commit812408fb51ef580200b169c5a0f653adb248f05b
treefb50605824dada4732552e18c92f7ff18e001b06
parent15316263649d9eed393d75095b156781a877eb06
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