summaryrefslogtreecommitdiffstats
path: root/fs/ceph/ceph_fs.h
diff options
context:
space:
mode:
authorSage Weil2010-07-07 17:38:17 +0200
committerSage Weil2010-08-02 05:11:42 +0200
commit5cd068c200795537fd78c423254389c8a07e2d20 (patch)
tree303f92b1eb74bca53ab7c9abb2f8701487ac3883 /fs/ceph/ceph_fs.h
parentceph: strip misleading/obsolete version, feature info (diff)
downloadkernel-qcow2-linux-5cd068c200795537fd78c423254389c8a07e2d20.tar.gz
kernel-qcow2-linux-5cd068c200795537fd78c423254389c8a07e2d20.tar.xz
kernel-qcow2-linux-5cd068c200795537fd78c423254389c8a07e2d20.zip
ceph: clean up header guards
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/ceph_fs.h')
-rw-r--r--fs/ceph/ceph_fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ceph/ceph_fs.h b/fs/ceph/ceph_fs.h
index 86fadeb9fd42..663ff9021111 100644
--- a/fs/ceph/ceph_fs.h
+++ b/fs/ceph/ceph_fs.h
@@ -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"