commit | cbbfe499055f49c09210e04d9f88c2f483052384 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Mon Aug 02 15:48:23 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Mon Aug 02 15:48:31 2010 -0700 |
tree | 055a42f950c68b6ecd47f61a80fa15e813fdb381 | |
parent | 73a7e693f9da464b0df07643af3f8ffc04dcc0b5 [diff] [blame] |
ceph: move AES iv definition to shared header Signed-off-by: Sage Weil <sage@newdream.net>
diff --git a/fs/ceph/ceph_fs.h b/fs/ceph/ceph_fs.h index bf7dea6..5bf4ec2 100644 --- a/fs/ceph/ceph_fs.h +++ b/fs/ceph/ceph_fs.h
@@ -74,6 +74,8 @@ #define CEPH_CRYPTO_NONE 0x0 #define CEPH_CRYPTO_AES 0x1 +#define CEPH_AES_IV "cephsageyudagreg" + /* security/authentication protocols */ #define CEPH_AUTH_UNKNOWN 0x0 #define CEPH_AUTH_NONE 0x1