aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/msgr.h
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-07-07 08:38:17 -0700
committerSage Weil <sage@newdream.net>2010-08-01 20:11:42 -0700
commit5cd068c200795537fd78c423254389c8a07e2d20 (patch)
tree303f92b1eb74bca53ab7c9abb2f8701487ac3883 /fs/ceph/msgr.h
parentceph: strip misleading/obsolete version, feature info (diff)
downloadlinux-dev-5cd068c200795537fd78c423254389c8a07e2d20.tar.xz
linux-dev-5cd068c200795537fd78c423254389c8a07e2d20.zip
ceph: clean up header guards
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/msgr.h')
-rw-r--r--fs/ceph/msgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ceph/msgr.h b/fs/ceph/msgr.h
index 892a0298dfdf..680d3d648cac 100644
--- a/fs/ceph/msgr.h
+++ b/fs/ceph/msgr.h
@@ -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.