commit | 51e9273796a57c08801f45580d3db3c51987a0cb | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Fri Feb 05 15:36:22 2016 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu Jul 28 02:55:37 2016 +0200 |
tree | 5eb35d4d7c0f44065b0fe17f0bb0a3c98202f215 | |
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>