diff options
author | Yan, Zheng <zyan@redhat.com> | 2016-02-05 15:36:22 +0800 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2016-07-28 02:55:37 +0200 |
commit | 51e9273796a57c08801f45580d3db3c51987a0cb (patch) | |
tree | 5eb35d4d7c0f44065b0fe17f0bb0a3c98202f215 /net/ceph/Makefile | |
parent | 7627151ea30bce2051e3cb27d7bb2c30083f86a5 (diff) |
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/Makefile | 2 |
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 |