]> git.baikalelectronics.ru Git - kernel.git/commit
fuse: convert ioctl to simple api
authorMiklos Szeredi <mszeredi@redhat.com>
Tue, 10 Sep 2019 13:04:09 +0000 (15:04 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Tue, 10 Sep 2019 14:29:49 +0000 (16:29 +0200)
commit2f0e17ef4cd4a619aad8ca6d073daa4d18888530
tree47cd4a1b034bb4f63c9060392d7adc37a2556034
parenta093d3c499520435de78242fd80c037526d615df
fuse: convert ioctl to simple api

fuse_simple_request() is converted to return length of last (instead of
single) out arg, since FUSE_IOCTL_OUT has two out args, the second of which
is variable length.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/dev.c
fs/fuse/file.c