kernel/net/ceph/Makefile
.. .. @@ -5,7 +5,7 @@ 5 5 obj-$(CONFIG_CEPH_LIB) += libceph.o 6 6 7 7 libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \ 8 - mon_client.o \8 + mon_client.o decode.o \9 9 cls_lock_client.o \ 10 10 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \ 11 11 striper.o \ .. .. @@ -13,5 +13,5 @@ 13 13 auth.o auth_none.o \ 14 14 crypto.o armor.o \ 15 15 auth_x.o \ 16 - ceph_fs.o ceph_strings.o ceph_hash.o \16 + ceph_strings.o ceph_hash.o \17 17 pagevec.o snapshot.o string_table.o