summaryrefslogtreecommitdiffstats
path: root/fs/fuse/Makefile
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-10-08 02:10:55 +0200
committerAl Viro <viro@zeniv.linux.org.uk>2016-10-08 02:10:55 +0200
commit41fefa36be0b3356b95ca665042fc54c2646a833 (patch)
treee1a28af3c792e1726d60fa37175ae3c0a8d38b4e /fs/fuse/Makefile
parentxattr: Stop calling {get,set,remove}xattr inode operations (diff)
parentfuse: Use generic xattr ops (diff)
downloadlinux-41fefa36be0b3356b95ca665042fc54c2646a833.tar.xz
linux-41fefa36be0b3356b95ca665042fc54c2646a833.zip
Merge remote-tracking branch 'fuse/xattr' into work.xattr
Diffstat (limited to 'fs/fuse/Makefile')
-rw-r--r--fs/fuse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/Makefile b/fs/fuse/Makefile
index e95eeb445e58..448aa27ada00 100644
--- a/fs/fuse/Makefile
+++ b/fs/fuse/Makefile
@@ -5,4 +5,4 @@
obj-$(CONFIG_FUSE_FS) += fuse.o
obj-$(CONFIG_CUSE) += cuse.o
-fuse-objs := dev.o dir.o file.o inode.o control.o
+fuse-objs := dev.o dir.o file.o inode.o control.o xattr.o