ceph: fix use after free on mds __unregister_request
[pandora-kernel.git] / fs / ceph / Makefile
index 8bad70a..6a660e6 100644 (file)
@@ -8,12 +8,15 @@ obj-$(CONFIG_CEPH_FS) += ceph.o
 
 ceph-objs := super.o inode.o dir.o file.o addr.o ioctl.o \
        export.o caps.o snap.o xattr.o \
-       messenger.o msgpool.o buffer.o \
+       messenger.o msgpool.o buffer.o pagelist.o \
        mds_client.o mdsmap.o \
        mon_client.o \
        osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
        debugfs.o \
-       ceph_fs.o ceph_strings.o ceph_frag.o
+       auth.o auth_none.o \
+       crypto.o armor.o \
+       auth_x.o \
+       ceph_fs.o ceph_strings.o ceph_hash.o ceph_frag.o
 
 else
 #Otherwise we were called directly from the command