diff options
author | Yan, Zheng <zyan@redhat.com> | 2016-09-14 16:39:51 +0800 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2016-10-03 16:13:50 +0200 |
commit | fcff415c9421b417ef91d48f546f3c4566ddc358 (patch) | |
tree | 113ffb525972f94538f057cebdbbfcca834cc6d5 /include/linux/ceph/ceph_fs.h | |
parent | ce2728aaa82bbebae7d20345324af3f0f49eeb20 (diff) | |
download | blackbird-op-linux-fcff415c9421b417ef91d48f546f3c4566ddc358.tar.gz blackbird-op-linux-fcff415c9421b417ef91d48f546f3c4566ddc358.zip |
ceph: handle CEPH_SESSION_REJECT message
Signed-off-by: Yan, Zheng <zyan@redhat.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 c086e63dcee1..f96de8de4fa7 100644 --- a/include/linux/ceph/ceph_fs.h +++ b/include/linux/ceph/ceph_fs.h @@ -281,6 +281,7 @@ enum { CEPH_SESSION_FLUSHMSG, CEPH_SESSION_FLUSHMSG_ACK, CEPH_SESSION_FORCE_RO, + CEPH_SESSION_REJECT, }; extern const char *ceph_session_op_name(int op); |