diff options
author | Yan, Zheng <zyan@redhat.com> | 2016-02-05 10:36:22 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2016-07-28 03:55:37 +0300 |
commit | 51e9273796a57c08801f45580d3db3c51987a0cb (patch) | |
tree | 5eb35d4d7c0f44065b0fe17f0bb0a3c98202f215 /include/linux/ceph/libceph.h | |
parent | 7627151ea30bce2051e3cb27d7bb2c30083f86a5 (diff) | |
download | linux-51e9273796a57c08801f45580d3db3c51987a0cb.tar.xz |
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 'include/linux/ceph/libceph.h')
-rw-r--r-- | include/linux/ceph/libceph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ceph/libceph.h b/include/linux/ceph/libceph.h index 690985daad1c..6afc5d98fad1 100644 --- a/include/linux/ceph/libceph.h +++ b/include/linux/ceph/libceph.h @@ -21,6 +21,7 @@ #include <linux/ceph/mon_client.h> #include <linux/ceph/osd_client.h> #include <linux/ceph/ceph_fs.h> +#include <linux/ceph/string_table.h> /* * mount options |