diff --git a/fs/fuse/Makefile b/fs/fuse/Makefile index 65364c5ca91b..d28325f3ccb2 100644 --- a/fs/fuse/Makefile +++ b/fs/fuse/Makefile @@ -10,6 +10,7 @@ obj-$(CONFIG_FUSE_FS) += fuse.o obj-$(CONFIG_CUSE) += cuse.o obj-$(CONFIG_VIRTIO_FS) += virtiofs.o +CFLAGS_dir.o += -Wframe-larger-than=2048 fuse-y := dev.o dir.o file.o inode.o control.o xattr.o acl.o readdir.o ioctl.o fuse-y += iomode.o fuse-$(CONFIG_FUSE_DAX) += dax.o