]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Wed, 7 Apr 2021 12:36:45 +0000 (14:36 +0200)
commitff99198162dc384fbb79847600ccb36381023f04
tree60a981389976edccb150358da9980fb5a203174f
parent72c74b1e9335550c6b493bfb36506f33bd9349f8
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]