summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
diff options
context:
space:
mode:
authorYan, Zheng <zyan@redhat.com>2016-09-14 16:39:51 +0800
committerIlya Dryomov <idryomov@gmail.com>2016-10-03 16:13:50 +0200
commitfcff415c9421b417ef91d48f546f3c4566ddc358 (patch)
tree113ffb525972f94538f057cebdbbfcca834cc6d5 /include/linux/ceph
parentce2728aaa82bbebae7d20345324af3f0f49eeb20 (diff)
downloadlinux-fcff415c9421b417ef91d48f546f3c4566ddc358.tar.gz
linux-fcff415c9421b417ef91d48f546f3c4566ddc358.tar.xz
ceph: handle CEPH_SESSION_REJECT message
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Diffstat (limited to 'include/linux/ceph')
-rw-r--r--include/linux/ceph/ceph_fs.h1
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);