Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
5cd068c2
Commit
5cd068c2
authored
Jul 07, 2010
by
Sage Weil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ceph: clean up header guards
Signed-off-by:
Sage Weil
<
sage@newdream.net
>
parent
9688f19a
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
16 deletions
+16
-16
fs/ceph/ceph_frag.h
fs/ceph/ceph_frag.h
+2
-2
fs/ceph/ceph_fs.h
fs/ceph/ceph_fs.h
+2
-2
fs/ceph/ceph_hash.h
fs/ceph/ceph_hash.h
+2
-2
fs/ceph/crush/crush.h
fs/ceph/crush/crush.h
+2
-2
fs/ceph/crush/hash.h
fs/ceph/crush/hash.h
+2
-2
fs/ceph/crush/mapper.h
fs/ceph/crush/mapper.h
+2
-2
fs/ceph/msgr.h
fs/ceph/msgr.h
+2
-2
fs/ceph/rados.h
fs/ceph/rados.h
+2
-2
No files found.
fs/ceph/ceph_frag.h
View file @
5cd068c2
#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,
...
...
fs/ceph/ceph_fs.h
View file @
5cd068c2
...
...
@@ -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"
...
...
fs/ceph/ceph_hash.h
View file @
5cd068c2
#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' */
...
...
fs/ceph/crush/crush.h
View file @
5cd068c2
#ifndef _CRUSH_CRUSH_H
#define _CRUSH_CRUSH_H
#ifndef
CEPH
_CRUSH_CRUSH_H
#define
CEPH
_CRUSH_CRUSH_H
#include <linux/types.h>
...
...
fs/ceph/crush/hash.h
View file @
5cd068c2
#ifndef _CRUSH_HASH_H
#define _CRUSH_HASH_H
#ifndef
CEPH
_CRUSH_HASH_H
#define
CEPH
_CRUSH_HASH_H
#define CRUSH_HASH_RJENKINS1 0
...
...
fs/ceph/crush/mapper.h
View file @
5cd068c2
#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
...
...
fs/ceph/msgr.h
View file @
5cd068c2
#ifndef
_
_MSGR_H
#define
_
_MSGR_H
#ifndef
CEPH
_MSGR_H
#define
CEPH
_MSGR_H
/*
* Data types for message passing layer used by Ceph.
...
...
fs/ceph/rados.h
View file @
5cd068c2
#ifndef
_
_RADOS_H
#define
_
_RADOS_H
#ifndef
CEPH
_RADOS_H
#define
CEPH
_RADOS_H
/*
* Data types for the Ceph distributed object storage layer RADOS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment