]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ceph: clean up header guards
authorSage Weil <sage@newdream.net>
Wed, 7 Jul 2010 15:38:17 +0000 (08:38 -0700)
committerSage Weil <sage@newdream.net>
Mon, 2 Aug 2010 03:11:42 +0000 (20:11 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/ceph_frag.h
fs/ceph/ceph_fs.h
fs/ceph/ceph_hash.h
fs/ceph/crush/crush.h
fs/ceph/crush/hash.h
fs/ceph/crush/mapper.h
fs/ceph/msgr.h
fs/ceph/rados.h

index 793f50cb7c224f6b56238741470c542a57a85b5b..5babb8e95352a6a7468feca70a343fafb56bddad 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _FS_CEPH_FRAG_H
-#define _FS_CEPH_FRAG_H
+#ifndef FS_CEPH_FRAG_H
+#define FS_CEPH_FRAG_H
 
 /*
  * "Frags" are a way to describe a subset of a 32-bit number space,
index 86fadeb9fd42b79cf889a82750e00475892a6339..663ff9021111b30bde427d226e5d833c95e6f0b2 100644 (file)
@@ -9,8 +9,8 @@
  * LGPL2
  */
 
-#ifndef _FS_CEPH_CEPH_FS_H
-#define _FS_CEPH_CEPH_FS_H
+#ifndef CEPH_FS_H
+#define CEPH_FS_H
 
 #include "msgr.h"
 #include "rados.h"
index 5ac470c433c94466a34960c7e06d97e2065324e1..d099c3f90236276976586dfbf505ff46141e7ddb 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _FS_CEPH_HASH_H
-#define _FS_CEPH_HASH_H
+#ifndef FS_CEPH_HASH_H
+#define FS_CEPH_HASH_H
 
 #define CEPH_STR_HASH_LINUX      0x1  /* linux dcache hash */
 #define CEPH_STR_HASH_RJENKINS   0x2  /* robert jenkins' */
index dcd7e752370077cd6cbba5745a0249667e04e73e..97e435b191f411380bbc546530c725093095231c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _CRUSH_CRUSH_H
-#define _CRUSH_CRUSH_H
+#ifndef CEPH_CRUSH_CRUSH_H
+#define CEPH_CRUSH_CRUSH_H
 
 #include <linux/types.h>
 
index ff48e110e4bb44232102363a93809eaf4e793178..91e884230d5db99cbfacc478bf8acbe2d4533908 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _CRUSH_HASH_H
-#define _CRUSH_HASH_H
+#ifndef CEPH_CRUSH_HASH_H
+#define CEPH_CRUSH_HASH_H
 
 #define CRUSH_HASH_RJENKINS1   0
 
index 98e90046fd9f89a07835647ac3f845429ebe90fc..c46b99c18bb0ca772f87c567f4ab46cec54932db 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _CRUSH_MAPPER_H
-#define _CRUSH_MAPPER_H
+#ifndef CEPH_CRUSH_MAPPER_H
+#define CEPH_CRUSH_MAPPER_H
 
 /*
  * CRUSH functions for find rules and then mapping an input to an
index 892a0298dfdfddc385873412894193237cdb32c2..680d3d648cac21bd9ed201a6c4bee1651a9df10e 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __MSGR_H
-#define __MSGR_H
+#ifndef CEPH_MSGR_H
+#define CEPH_MSGR_H
 
 /*
  * Data types for message passing layer used by Ceph.
index 8fcc023056c7642787f33b1aeb35c93ce26492b0..20b5b45fa5753a5a21db33703bd6feeea56c85cb 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __RADOS_H
-#define __RADOS_H
+#ifndef CEPH_RADOS_H
+#define CEPH_RADOS_H
 
 /*
  * Data types for the Ceph distributed object storage layer RADOS