summaryrefslogtreecommitdiffstats
path: root/net/ceph/Makefile
diff options
context:
space:
mode:
authorYan, Zheng <zyan@redhat.com>2016-02-05 08:36:22 +0100
committerIlya Dryomov <idryomov@gmail.com>2016-07-28 02:55:37 +0200
commit51e9273796a57c08801f45580d3db3c51987a0cb (patch)
tree5eb35d4d7c0f44065b0fe17f0bb0a3c98202f215 /net/ceph/Makefile
parentlibceph: define new ceph_file_layout structure (diff)
downloadlinux-51e9273796a57c08801f45580d3db3c51987a0cb.tar.xz
linux-51e9273796a57c08801f45580d3db3c51987a0cb.zip
libceph: introduce reference counted string
The data structure is for storing namesapce string. It allows namespace string to be shared between cephfs inodes with same layout. This data structure can also be referenced by OSD request. Signed-off-by: Yan, Zheng <zyan@redhat.com>
Diffstat (limited to 'net/ceph/Makefile')
-rw-r--r--net/ceph/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/Makefile b/net/ceph/Makefile
index 958d9856912c..84cbed630c4b 100644
--- a/net/ceph/Makefile
+++ b/net/ceph/Makefile
@@ -11,5 +11,5 @@ libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
crypto.o armor.o \
auth_x.o \
ceph_fs.o ceph_strings.o ceph_hash.o \
- pagevec.o snapshot.o
+ pagevec.o snapshot.o string_table.o