From 6a2593823ababdada2636398ac190931517b51cf Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 7 Jul 2010 09:06:08 -0700 Subject: ceph: specify supported features in super.h Specify the supported/required feature bits in super.h client code instead of using the definitions from the shared kernel/userspace headers (which will go away shortly). Signed-off-by: Sage Weil --- fs/ceph/super.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fs/ceph/super.h') diff --git a/fs/ceph/super.h b/fs/ceph/super.h index 8ceb62380d3..af62081a953 100644 --- a/fs/ceph/super.h +++ b/fs/ceph/super.h @@ -30,6 +30,12 @@ #define CEPH_BLOCK_SHIFT 20 /* 1 MB */ #define CEPH_BLOCK (1 << CEPH_BLOCK_SHIFT) +/* + * Supported features + */ +#define CEPH_FEATURE_SUPPORTED CEPH_FEATURE_NOSRCADDR +#define CEPH_FEATURE_REQUIRED CEPH_FEATURE_NOSRCADDR + /* * mount options */ -- cgit v1.2.3