diff options
author | David S. Miller <davem@davemloft.net> | 2015-03-03 21:16:48 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-03 21:16:48 -0500 |
commit | 71a83a6db6138b9d41d8a0b6b91cb59f6dc4742c (patch) | |
tree | f74b6e4e48257ec6ce40b95645ecb8533b9cc1f8 /include/linux/ceph/ceph_fs.h | |
parent | b97526f3ff95f92b107f0fb52cbb8627e395429b (diff) | |
parent | a6c5170d1edea97c538c81e377e56c7b5c5b7e63 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
drivers/net/ethernet/rocker/rocker.c
The rocker commit was two overlapping changes, one to rename
the ->vport member to ->pport, and another making the bitmask
expression use '1ULL' instead of plain '1'.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/ceph/ceph_fs.h')
-rw-r--r-- | include/linux/ceph/ceph_fs.h | 37 |
1 files changed, 1 insertions, 36 deletions
diff --git a/include/linux/ceph/ceph_fs.h b/include/linux/ceph/ceph_fs.h index c0dadaac26e3..31eb03d0c766 100644 --- a/include/linux/ceph/ceph_fs.h +++ b/include/linux/ceph/ceph_fs.h | |||
@@ -158,17 +158,6 @@ enum { | |||
158 | }; | 158 | }; |
159 | 159 | ||
160 | 160 | ||
161 | /* pool operations */ | ||
162 | enum { | ||
163 | POOL_OP_CREATE = 0x01, | ||
164 | POOL_OP_DELETE = 0x02, | ||
165 | POOL_OP_AUID_CHANGE = 0x03, | ||
166 | POOL_OP_CREATE_SNAP = 0x11, | ||
167 | POOL_OP_DELETE_SNAP = 0x12, | ||
168 | POOL_OP_CREATE_UNMANAGED_SNAP = 0x21, | ||
169 | POOL_OP_DELETE_UNMANAGED_SNAP = 0x22, | ||
170 | }; | ||
171 | |||
172 | struct ceph_mon_request_header { | 161 | struct ceph_mon_request_header { |
173 | __le64 have_version; | 162 | __le64 have_version; |
174 | __le16 session_mon; | 163 | __le16 session_mon; |
@@ -191,31 +180,6 @@ struct ceph_mon_statfs_reply { | |||
191 | struct ceph_statfs st; | 180 | struct ceph_statfs st; |
192 | } __attribute__ ((packed)); | 181 | } __attribute__ ((packed)); |
193 | 182 | ||
194 | const char *ceph_pool_op_name(int op); | ||
195 | |||
196 | struct ceph_mon_poolop { | ||
197 | struct ceph_mon_request_header monhdr; | ||
198 | struct ceph_fsid fsid; | ||
199 | __le32 pool; | ||
200 | __le32 op; | ||
201 | __le64 auid; | ||
202 | __le64 snapid; | ||
203 | __le32 name_len; | ||
204 | } __attribute__ ((packed)); | ||
205 | |||
206 | struct ceph_mon_poolop_reply { | ||
207 | struct ceph_mon_request_header monhdr; | ||
208 | struct ceph_fsid fsid; | ||
209 | __le32 reply_code; | ||
210 | __le32 epoch; | ||
211 | char has_data; | ||
212 | char data[0]; | ||
213 | } __attribute__ ((packed)); | ||
214 | |||
215 | struct ceph_mon_unmanaged_snap { | ||
216 | __le64 snapid; | ||
217 | } __attribute__ ((packed)); | ||
218 | |||
219 | struct ceph_osd_getmap { | 183 | struct ceph_osd_getmap { |
220 | struct ceph_mon_request_header monhdr; | 184 | struct ceph_mon_request_header monhdr; |
221 | struct ceph_fsid fsid; | 185 | struct ceph_fsid fsid; |
@@ -307,6 +271,7 @@ enum { | |||
307 | CEPH_SESSION_RECALL_STATE, | 271 | CEPH_SESSION_RECALL_STATE, |
308 | CEPH_SESSION_FLUSHMSG, | 272 | CEPH_SESSION_FLUSHMSG, |
309 | CEPH_SESSION_FLUSHMSG_ACK, | 273 | CEPH_SESSION_FLUSHMSG_ACK, |
274 | CEPH_SESSION_FORCE_RO, | ||
310 | }; | 275 | }; |
311 | 276 | ||
312 | extern const char *ceph_session_op_name(int op); | 277 | extern const char *ceph_session_op_name(int op); |