diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-10-08 02:10:55 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-10-08 02:10:55 +0200 |
commit | 41fefa36be0b3356b95ca665042fc54c2646a833 (patch) | |
tree | e1a28af3c792e1726d60fa37175ae3c0a8d38b4e /fs/fuse/Makefile | |
parent | xattr: Stop calling {get,set,remove}xattr inode operations (diff) | |
parent | fuse: Use generic xattr ops (diff) | |
download | linux-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/Makefile | 2 |
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 |