diff options
author | Yan, Zheng <zyan@redhat.com> | 2016-04-07 06:34:43 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2016-07-28 04:00:40 +0300 |
commit | 0cabbd94ff52c4803fc0ad9ad0ad5e43df493ab0 (patch) | |
tree | 9e955af90b3d02e0842ceac14dda9fc87d0a5622 /include/linux/ceph/ceph_fs.h | |
parent | f49d1e058d23a5fabeb1499be739af8b3db52164 (diff) | |
download | linux-0cabbd94ff52c4803fc0ad9ad0ad5e43df493ab0.tar.xz |
libceph: fsmap.user subscription support
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'include/linux/ceph/ceph_fs.h')
-rw-r--r-- | include/linux/ceph/ceph_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ceph/ceph_fs.h b/include/linux/ceph/ceph_fs.h index 6bc7730d22ac..7868d602c0a0 100644 --- a/include/linux/ceph/ceph_fs.h +++ b/include/linux/ceph/ceph_fs.h @@ -121,6 +121,7 @@ struct ceph_dir_layout { /* client <-> mds */ #define CEPH_MSG_MDS_MAP 21 +#define CEPH_MSG_FS_MAP_USER 103 #define CEPH_MSG_CLIENT_SESSION 22 #define CEPH_MSG_CLIENT_RECONNECT 23 |