diff options
author | Sage Weil | 2010-05-12 23:48:20 +0200 |
---|---|---|
committer | Sage Weil | 2010-05-18 00:25:38 +0200 |
commit | ca9d93a292e327bbcddd8f8ea4197397e35097d4 (patch) | |
tree | 30e81e64079228bca30b4b32b5ad4df68eca6dc2 /fs/ceph/msgr.h | |
parent | ceph: use ceph. prefix for virtual xattrs (diff) | |
download | kernel-qcow2-linux-ca9d93a292e327bbcddd8f8ea4197397e35097d4.tar.gz kernel-qcow2-linux-ca9d93a292e327bbcddd8f8ea4197397e35097d4.tar.xz kernel-qcow2-linux-ca9d93a292e327bbcddd8f8ea4197397e35097d4.zip |
ceph: resync headers with userland
Notable changes include pool op defines and types, FLOCK feature bit, and
new CMPXATTR osd ops.
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/msgr.h')
-rw-r--r-- | fs/ceph/msgr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ceph/msgr.h b/fs/ceph/msgr.h index 6baa8e4f8e7f..892a0298dfdf 100644 --- a/fs/ceph/msgr.h +++ b/fs/ceph/msgr.h @@ -50,7 +50,6 @@ struct ceph_entity_name { #define CEPH_ENTITY_TYPE_MDS 0x02 #define CEPH_ENTITY_TYPE_OSD 0x04 #define CEPH_ENTITY_TYPE_CLIENT 0x08 -#define CEPH_ENTITY_TYPE_ADMIN 0x10 #define CEPH_ENTITY_TYPE_AUTH 0x20 #define CEPH_ENTITY_TYPE_ANY 0xFF |