]> git.baikalelectronics.ru Git - kernel.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>
Sun, 12 Apr 2015 02:27:53 +0000 (22:27 -0400)
commitb77edfe547c6a0f609afde0335d7bcee3c5f86b5
treefb50605824dada4732552e18c92f7ff18e001b06
parent758bf98fcbe961cda43c48fbf5b2e37807ffadd6
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