diff options
author | Sage Weil <sage@newdream.net> | 2010-05-13 01:48:20 +0400 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-05-18 02:25:38 +0400 |
commit | ca9d93a292e327bbcddd8f8ea4197397e35097d4 (patch) | |
tree | 30e81e64079228bca30b4b32b5ad4df68eca6dc2 /fs/ceph/msgr.h | |
parent | 1a75627896fe67d0124eab6fe2f83dd40188c40c (diff) | |
download | linux-ca9d93a292e327bbcddd8f8ea4197397e35097d4.tar.xz |
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 |