diff options
Diffstat (limited to 'include/linux/ceph/mon_client.h')
-rw-r--r-- | include/linux/ceph/mon_client.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/include/linux/ceph/mon_client.h b/include/linux/ceph/mon_client.h index deb47e45ac7c..81810dc21f06 100644 --- a/include/linux/ceph/mon_client.h +++ b/include/linux/ceph/mon_client.h | |||
@@ -40,7 +40,7 @@ struct ceph_mon_request { | |||
40 | }; | 40 | }; |
41 | 41 | ||
42 | /* | 42 | /* |
43 | * ceph_mon_generic_request is being used for the statfs, poolop and | 43 | * ceph_mon_generic_request is being used for the statfs and |
44 | * mon_get_version requests which are being done a bit differently | 44 | * mon_get_version requests which are being done a bit differently |
45 | * because we need to get data back to the caller | 45 | * because we need to get data back to the caller |
46 | */ | 46 | */ |
@@ -50,7 +50,6 @@ struct ceph_mon_generic_request { | |||
50 | struct rb_node node; | 50 | struct rb_node node; |
51 | int result; | 51 | int result; |
52 | void *buf; | 52 | void *buf; |
53 | int buf_len; | ||
54 | struct completion completion; | 53 | struct completion completion; |
55 | struct ceph_msg *request; /* original request */ | 54 | struct ceph_msg *request; /* original request */ |
56 | struct ceph_msg *reply; /* and reply */ | 55 | struct ceph_msg *reply; /* and reply */ |
@@ -117,10 +116,4 @@ extern int ceph_monc_open_session(struct ceph_mon_client *monc); | |||
117 | 116 | ||
118 | extern int ceph_monc_validate_auth(struct ceph_mon_client *monc); | 117 | extern int ceph_monc_validate_auth(struct ceph_mon_client *monc); |
119 | 118 | ||
120 | extern int ceph_monc_create_snapid(struct ceph_mon_client *monc, | ||
121 | u32 pool, u64 *snapid); | ||
122 | |||
123 | extern int ceph_monc_delete_snapid(struct ceph_mon_client *monc, | ||
124 | u32 pool, u64 snapid); | ||
125 | |||
126 | #endif | 119 | #endif |