include/linux/ceph/string_table.h
0 → 100644
+62
−0
+1
−1
+2
−0
net/ceph/string_table.c
0 → 100644
+111
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>