summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/ceph_fs.h
diff options
context:
space:
mode:
authorYan, Zheng2015-04-07 09:36:32 +0200
committerIlya Dryomov2015-04-22 17:33:41 +0200
commit0ea611a3bc5fb8f6a0bb1a76fe2dbf8ebe4bdf77 (patch)
tree8abb5d00c3614f5b7703b1fc39fea8b09efdd061 /include/linux/ceph/ceph_fs.h
parentceph: fix null pointer dereference in send_mds_reconnect() (diff)
downloadkernel-qcow2-linux-0ea611a3bc5fb8f6a0bb1a76fe2dbf8ebe4bdf77.tar.gz
kernel-qcow2-linux-0ea611a3bc5fb8f6a0bb1a76fe2dbf8ebe4bdf77.tar.xz
kernel-qcow2-linux-0ea611a3bc5fb8f6a0bb1a76fe2dbf8ebe4bdf77.zip
ceph: rename snapshot support
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.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 31eb03d0c766..d7d072a25c27 100644
--- a/include/linux/ceph/ceph_fs.h
+++ b/include/linux/ceph/ceph_fs.h
@@ -323,6 +323,7 @@ enum {
CEPH_MDS_OP_MKSNAP = 0x01400,
CEPH_MDS_OP_RMSNAP = 0x01401,
CEPH_MDS_OP_LSSNAP = 0x00402,
+ CEPH_MDS_OP_RENAMESNAP = 0x01403,
};
extern const char *ceph_mds_op_name(int op);