summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
diff options
context:
space:
mode:
authorYan, Zheng <zheng.z.yan@intel.com>2013-11-22 14:48:37 +0800
committerYan, Zheng <zheng.z.yan@intel.com>2014-01-21 13:29:33 +0800
commit186e4f7a4b1883f3f46aa15366c0bcebc28fdda7 (patch)
tree304069ce2e1b36f7935cd4e33dc1d692843df7c3 /include/linux/ceph
parent9215aeea622fec7ca8123c6bd6f03a1753e2b0b3 (diff)
downloadop-kernel-dev-186e4f7a4b1883f3f46aa15366c0bcebc28fdda7.zip
op-kernel-dev-186e4f7a4b1883f3f46aa15366c0bcebc28fdda7.tar.gz
ceph: handle session flush message
Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
Diffstat (limited to 'include/linux/ceph')
-rw-r--r--include/linux/ceph/ceph_fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ceph/ceph_fs.h b/include/linux/ceph/ceph_fs.h
index 2ad7b86..26bb587 100644
--- a/include/linux/ceph/ceph_fs.h
+++ b/include/linux/ceph/ceph_fs.h
@@ -282,6 +282,8 @@ enum {
CEPH_SESSION_RENEWCAPS,
CEPH_SESSION_STALE,
CEPH_SESSION_RECALL_STATE,
+ CEPH_SESSION_FLUSHMSG,
+ CEPH_SESSION_FLUSHMSG_ACK,
};
extern const char *ceph_session_op_name(int op);
OpenPOWER on IntegriCloud