diff options
author | Sage Weil <sage@newdream.net> | 2010-07-07 11:38:17 -0400 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-08-01 23:11:42 -0400 |
commit | 5cd068c200795537fd78c423254389c8a07e2d20 (patch) | |
tree | 303f92b1eb74bca53ab7c9abb2f8701487ac3883 /fs/ceph/rados.h | |
parent | 9688f19a188e5ef6ac8a4b6a5b17273028d1090e (diff) |
ceph: clean up header guards
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/rados.h')
-rw-r--r-- | fs/ceph/rados.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ceph/rados.h b/fs/ceph/rados.h index 8fcc023056c7..20b5b45fa575 100644 --- a/fs/ceph/rados.h +++ b/fs/ceph/rados.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef __RADOS_H | 1 | #ifndef CEPH_RADOS_H |
2 | #define __RADOS_H | 2 | #define CEPH_RADOS_H |
3 | 3 | ||
4 | /* | 4 | /* |
5 | * Data types for the Ceph distributed object storage layer RADOS | 5 | * Data types for the Ceph distributed object storage layer RADOS |