Skip to content

Commit 9ac29fd

Browse files
author
Miklos Szeredi
committed
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>
1 parent 51db776 commit 9ac29fd

4 files changed

Lines changed: 394 additions & 381 deletions

File tree

fs/fuse/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ obj-$(CONFIG_FUSE_FS) += fuse.o
77
obj-$(CONFIG_CUSE) += cuse.o
88
obj-$(CONFIG_VIRTIO_FS) += virtiofs.o
99

10-
fuse-y := dev.o dir.o file.o inode.o control.o xattr.o acl.o readdir.o
10+
fuse-y := dev.o dir.o file.o inode.o control.o xattr.o acl.o readdir.o ioctl.o
1111
fuse-$(CONFIG_FUSE_DAX) += dax.o
1212

1313
virtiofs-y := virtio_fs.o

0 commit comments

Comments
 (0)