summaryrefslogtreecommitdiff
path: root/fs/ceph/rados.h
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-07-07 15:38:17 (GMT)
committerSage Weil <sage@newdream.net>2010-08-02 03:11:42 (GMT)
commit5cd068c200795537fd78c423254389c8a07e2d20 (patch)
tree303f92b1eb74bca53ab7c9abb2f8701487ac3883 /fs/ceph/rados.h
parent9688f19a188e5ef6ac8a4b6a5b17273028d1090e (diff)
downloadlinux-fsl-qoriq-5cd068c200795537fd78c423254389c8a07e2d20.tar.xz
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ceph/rados.h b/fs/ceph/rados.h
index 8fcc023..20b5b45 100644
--- a/fs/ceph/rados.h
+++ b/fs/ceph/rados.h
@@ -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