diff options
Diffstat (limited to 'include/linux/ceph')
| -rw-r--r-- | include/linux/ceph/auth.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/buffer.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/ceph_debug.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/ceph_features.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/ceph_frag.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/ceph_fs.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/ceph_hash.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/cls_lock_client.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/debugfs.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/decode.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/libceph.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/mdsmap.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/messenger.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/mon_client.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/msgpool.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/msgr.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/osd_client.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/osdmap.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/pagelist.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/rados.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/string_table.h | 1 | ||||
| -rw-r--r-- | include/linux/ceph/types.h | 1 |
22 files changed, 22 insertions, 0 deletions
diff --git a/include/linux/ceph/auth.h b/include/linux/ceph/auth.h index a6747789fe5c..e931da8424a4 100644 --- a/include/linux/ceph/auth.h +++ b/include/linux/ceph/auth.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef _FS_CEPH_AUTH_H | 2 | #ifndef _FS_CEPH_AUTH_H |
| 2 | #define _FS_CEPH_AUTH_H | 3 | #define _FS_CEPH_AUTH_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/buffer.h b/include/linux/ceph/buffer.h index 07ca15e76100..5e58bb29b1a3 100644 --- a/include/linux/ceph/buffer.h +++ b/include/linux/ceph/buffer.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef __FS_CEPH_BUFFER_H | 2 | #ifndef __FS_CEPH_BUFFER_H |
| 2 | #define __FS_CEPH_BUFFER_H | 3 | #define __FS_CEPH_BUFFER_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/ceph_debug.h b/include/linux/ceph/ceph_debug.h index 51c5bd64bd00..d5a5da838caf 100644 --- a/include/linux/ceph/ceph_debug.h +++ b/include/linux/ceph/ceph_debug.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef _FS_CEPH_DEBUG_H | 2 | #ifndef _FS_CEPH_DEBUG_H |
| 2 | #define _FS_CEPH_DEBUG_H | 3 | #define _FS_CEPH_DEBUG_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/ceph_features.h b/include/linux/ceph/ceph_features.h index 040dd105c3e7..59042d5ac520 100644 --- a/include/linux/ceph/ceph_features.h +++ b/include/linux/ceph/ceph_features.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef __CEPH_FEATURES | 2 | #ifndef __CEPH_FEATURES |
| 2 | #define __CEPH_FEATURES | 3 | #define __CEPH_FEATURES |
| 3 | 4 | ||
diff --git a/include/linux/ceph/ceph_frag.h b/include/linux/ceph/ceph_frag.h index 146507df8650..97bab0adc58a 100644 --- a/include/linux/ceph/ceph_frag.h +++ b/include/linux/ceph/ceph_frag.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef FS_CEPH_FRAG_H | 2 | #ifndef FS_CEPH_FRAG_H |
| 2 | #define FS_CEPH_FRAG_H | 3 | #define FS_CEPH_FRAG_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/ceph_fs.h b/include/linux/ceph/ceph_fs.h index b422170b791a..88dd51381aaf 100644 --- a/include/linux/ceph/ceph_fs.h +++ b/include/linux/ceph/ceph_fs.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | /* | 2 | /* |
| 2 | * ceph_fs.h - Ceph constants and data types to share between kernel and | 3 | * ceph_fs.h - Ceph constants and data types to share between kernel and |
| 3 | * user space. | 4 | * user space. |
diff --git a/include/linux/ceph/ceph_hash.h b/include/linux/ceph/ceph_hash.h index d099c3f90236..fda474c7a5d6 100644 --- a/include/linux/ceph/ceph_hash.h +++ b/include/linux/ceph/ceph_hash.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef FS_CEPH_HASH_H | 2 | #ifndef FS_CEPH_HASH_H |
| 2 | #define FS_CEPH_HASH_H | 3 | #define FS_CEPH_HASH_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/cls_lock_client.h b/include/linux/ceph/cls_lock_client.h index 0594d3bba774..bea6c77d2093 100644 --- a/include/linux/ceph/cls_lock_client.h +++ b/include/linux/ceph/cls_lock_client.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef _LINUX_CEPH_CLS_LOCK_CLIENT_H | 2 | #ifndef _LINUX_CEPH_CLS_LOCK_CLIENT_H |
| 2 | #define _LINUX_CEPH_CLS_LOCK_CLIENT_H | 3 | #define _LINUX_CEPH_CLS_LOCK_CLIENT_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/debugfs.h b/include/linux/ceph/debugfs.h index 29cf897cc5cd..fa5f9b7f5dbb 100644 --- a/include/linux/ceph/debugfs.h +++ b/include/linux/ceph/debugfs.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef _FS_CEPH_DEBUGFS_H | 2 | #ifndef _FS_CEPH_DEBUGFS_H |
| 2 | #define _FS_CEPH_DEBUGFS_H | 3 | #define _FS_CEPH_DEBUGFS_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/decode.h b/include/linux/ceph/decode.h index 14af9b70d301..d143ac8879c6 100644 --- a/include/linux/ceph/decode.h +++ b/include/linux/ceph/decode.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef __CEPH_DECODE_H | 2 | #ifndef __CEPH_DECODE_H |
| 2 | #define __CEPH_DECODE_H | 3 | #define __CEPH_DECODE_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/libceph.h b/include/linux/ceph/libceph.h index 4c846aabd9f6..c2ec44cf5098 100644 --- a/include/linux/ceph/libceph.h +++ b/include/linux/ceph/libceph.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef _FS_CEPH_LIBCEPH_H | 2 | #ifndef _FS_CEPH_LIBCEPH_H |
| 2 | #define _FS_CEPH_LIBCEPH_H | 3 | #define _FS_CEPH_LIBCEPH_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/mdsmap.h b/include/linux/ceph/mdsmap.h index d5f783f3226a..0067d767c9ae 100644 --- a/include/linux/ceph/mdsmap.h +++ b/include/linux/ceph/mdsmap.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef _FS_CEPH_MDSMAP_H | 2 | #ifndef _FS_CEPH_MDSMAP_H |
| 2 | #define _FS_CEPH_MDSMAP_H | 3 | #define _FS_CEPH_MDSMAP_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h index fbd94d9fa5dd..ead9d85f1c11 100644 --- a/include/linux/ceph/messenger.h +++ b/include/linux/ceph/messenger.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef __FS_CEPH_MESSENGER_H | 2 | #ifndef __FS_CEPH_MESSENGER_H |
| 2 | #define __FS_CEPH_MESSENGER_H | 3 | #define __FS_CEPH_MESSENGER_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/mon_client.h b/include/linux/ceph/mon_client.h index 0fa990bf867a..3a4688af7455 100644 --- a/include/linux/ceph/mon_client.h +++ b/include/linux/ceph/mon_client.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef _FS_CEPH_MON_CLIENT_H | 2 | #ifndef _FS_CEPH_MON_CLIENT_H |
| 2 | #define _FS_CEPH_MON_CLIENT_H | 3 | #define _FS_CEPH_MON_CLIENT_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/msgpool.h b/include/linux/ceph/msgpool.h index ddd0d48d0384..76c98a512758 100644 --- a/include/linux/ceph/msgpool.h +++ b/include/linux/ceph/msgpool.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef _FS_CEPH_MSGPOOL | 2 | #ifndef _FS_CEPH_MSGPOOL |
| 2 | #define _FS_CEPH_MSGPOOL | 3 | #define _FS_CEPH_MSGPOOL |
| 3 | 4 | ||
diff --git a/include/linux/ceph/msgr.h b/include/linux/ceph/msgr.h index 0fe2656ac415..73ae2a926548 100644 --- a/include/linux/ceph/msgr.h +++ b/include/linux/ceph/msgr.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef CEPH_MSGR_H | 2 | #ifndef CEPH_MSGR_H |
| 2 | #define CEPH_MSGR_H | 3 | #define CEPH_MSGR_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h index adf670ecaf94..52fb37d1c2a5 100644 --- a/include/linux/ceph/osd_client.h +++ b/include/linux/ceph/osd_client.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef _FS_CEPH_OSD_CLIENT_H | 2 | #ifndef _FS_CEPH_OSD_CLIENT_H |
| 2 | #define _FS_CEPH_OSD_CLIENT_H | 3 | #define _FS_CEPH_OSD_CLIENT_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/osdmap.h b/include/linux/ceph/osdmap.h index af3444a5bfdd..d41fad99c0fa 100644 --- a/include/linux/ceph/osdmap.h +++ b/include/linux/ceph/osdmap.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef _FS_CEPH_OSDMAP_H | 2 | #ifndef _FS_CEPH_OSDMAP_H |
| 2 | #define _FS_CEPH_OSDMAP_H | 3 | #define _FS_CEPH_OSDMAP_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/pagelist.h b/include/linux/ceph/pagelist.h index 75a7db21457d..7edcded07641 100644 --- a/include/linux/ceph/pagelist.h +++ b/include/linux/ceph/pagelist.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef __FS_CEPH_PAGELIST_H | 2 | #ifndef __FS_CEPH_PAGELIST_H |
| 2 | #define __FS_CEPH_PAGELIST_H | 3 | #define __FS_CEPH_PAGELIST_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/rados.h b/include/linux/ceph/rados.h index 01408841c9c4..f1988387c5ad 100644 --- a/include/linux/ceph/rados.h +++ b/include/linux/ceph/rados.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef CEPH_RADOS_H | 2 | #ifndef CEPH_RADOS_H |
| 2 | #define CEPH_RADOS_H | 3 | #define CEPH_RADOS_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/string_table.h b/include/linux/ceph/string_table.h index 1b02c96daf75..a4a9962d1e14 100644 --- a/include/linux/ceph/string_table.h +++ b/include/linux/ceph/string_table.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef _FS_CEPH_STRING_TABLE_H | 2 | #ifndef _FS_CEPH_STRING_TABLE_H |
| 2 | #define _FS_CEPH_STRING_TABLE_H | 3 | #define _FS_CEPH_STRING_TABLE_H |
| 3 | 4 | ||
diff --git a/include/linux/ceph/types.h b/include/linux/ceph/types.h index d3ff1cf2d27e..27cd973d3881 100644 --- a/include/linux/ceph/types.h +++ b/include/linux/ceph/types.h | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
| 1 | #ifndef _FS_CEPH_TYPES_H | 2 | #ifndef _FS_CEPH_TYPES_H |
| 2 | #define _FS_CEPH_TYPES_H | 3 | #define _FS_CEPH_TYPES_H |
| 3 | 4 | ||
