fuse: move ioctl to separate source file
authorMiklos Szeredi <mszeredi@redhat.com>
Wed, 7 Apr 2021 12:36:45 +0000 (14:36 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Mon, 12 Apr 2021 13:04:30 +0000 (15:04 +0200)
commit9ac29fd3f87ffdd993505d75e89714ab931cdedb
treec07a37e5114be64231929c0c4e275b0df576c542
parent51db776a430edd7477a779be0dc5c6fef4a05884
fuse: move ioctl to separate source file

Next patch will expand ioctl code and fuse/file.c is large enough as it is.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/Makefile
fs/fuse/file.c
fs/fuse/fuse_i.h
fs/fuse/ioctl.c [new file with mode: 0644]