aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/string_table.h
Commit message (Collapse)AuthorAge
* libceph: introduce reference counted stringYan, Zheng2016-07-27
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>