diff options
| author | Yan, Zheng <zyan@redhat.com> | 2015-04-07 03:36:32 -0400 |
|---|---|---|
| committer | Ilya Dryomov <idryomov@gmail.com> | 2015-04-22 11:33:41 -0400 |
| commit | 0ea611a3bc5fb8f6a0bb1a76fe2dbf8ebe4bdf77 (patch) | |
| tree | 8abb5d00c3614f5b7703b1fc39fea8b09efdd061 /include/linux/ceph | |
| parent | c0bd50e2eeddf139d8f61e709d7003210301e93a (diff) | |
ceph: rename snapshot support
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Diffstat (limited to 'include/linux/ceph')
| -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 31eb03d0c766..d7d072a25c27 100644 --- a/include/linux/ceph/ceph_fs.h +++ b/include/linux/ceph/ceph_fs.h | |||
| @@ -323,6 +323,7 @@ enum { | |||
| 323 | CEPH_MDS_OP_MKSNAP = 0x01400, | 323 | CEPH_MDS_OP_MKSNAP = 0x01400, |
| 324 | CEPH_MDS_OP_RMSNAP = 0x01401, | 324 | CEPH_MDS_OP_RMSNAP = 0x01401, |
| 325 | CEPH_MDS_OP_LSSNAP = 0x00402, | 325 | CEPH_MDS_OP_LSSNAP = 0x00402, |
| 326 | CEPH_MDS_OP_RENAMESNAP = 0x01403, | ||
| 326 | }; | 327 | }; |
| 327 | 328 | ||
| 328 | extern const char *ceph_mds_op_name(int op); | 329 | extern const char *ceph_mds_op_name(int op); |
