ceph: rados pool namespace support
authorYan, Zheng <zyan@redhat.com>
Mon, 7 Mar 2016 01:35:06 +0000 (09:35 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 28 Jul 2016 00:55:38 +0000 (02:55 +0200)
commit779fe0fb8e1883d5c479ac6bd85fbd237deed1f7
treece9876a5f4201a7aa9f2daef838ccf7ff1827128
parentcd08e0a274ba6215b79c83809b331e8af17196ba
ceph: rados pool namespace support

This patch adds codes that decode pool namespace information in
cap message and request reply. Pool namespace is saved in i_layout,
it will be passed to libceph when doing read/write.

Signed-off-by: Yan, Zheng <zyan@redhat.com>
fs/ceph/addr.c
fs/ceph/caps.c
fs/ceph/inode.c
fs/ceph/ioctl.c
fs/ceph/mds_client.c
fs/ceph/mds_client.h
fs/ceph/super.h
fs/ceph/xattr.c