From: Edwin Rodriguez Date: Thu, 2 Oct 2025 19:34:08 +0000 (-0400) Subject: Add blank line after header block X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F65741%2Fhead;p=ceph.git Add blank line after header block Signed-off-by: Edwin Rodriguez --- diff --git a/src/arch/s390x.h b/src/arch/s390x.h index f26d8bbe9aa0..10158547a7d7 100644 --- a/src/arch/s390x.h +++ b/src/arch/s390x.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/Auth.h b/src/auth/Auth.h index a8c2ea70b4e2..57be552acfba 100644 --- a/src/auth/Auth.h +++ b/src/auth/Auth.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/AuthAuthorizeHandler.h b/src/auth/AuthAuthorizeHandler.h index c409d1f5c16e..51bf3b8ca132 100644 --- a/src/auth/AuthAuthorizeHandler.h +++ b/src/auth/AuthAuthorizeHandler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/AuthClientHandler.h b/src/auth/AuthClientHandler.h index 1a8080596795..60657cece7af 100644 --- a/src/auth/AuthClientHandler.h +++ b/src/auth/AuthClientHandler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/AuthMethodList.h b/src/auth/AuthMethodList.h index cf0eafbd7dd4..b6baabd1133e 100644 --- a/src/auth/AuthMethodList.h +++ b/src/auth/AuthMethodList.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/AuthServiceHandler.h b/src/auth/AuthServiceHandler.h index 01900e5253d0..2830e5b4ae5d 100644 --- a/src/auth/AuthServiceHandler.h +++ b/src/auth/AuthServiceHandler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/AuthSessionHandler.h b/src/auth/AuthSessionHandler.h index 335406d954f7..7ba521a33579 100644 --- a/src/auth/AuthSessionHandler.h +++ b/src/auth/AuthSessionHandler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/Crypto.h b/src/auth/Crypto.h index 9eef8bbac4c6..f24ad20abde5 100644 --- a/src/auth/Crypto.h +++ b/src/auth/Crypto.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/KeyRing.h b/src/auth/KeyRing.h index 64f952e6b4b3..2e61245b83e1 100644 --- a/src/auth/KeyRing.h +++ b/src/auth/KeyRing.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/RotatingKeyRing.h b/src/auth/RotatingKeyRing.h index 2af174052187..5b1ae1e84dd0 100644 --- a/src/auth/RotatingKeyRing.h +++ b/src/auth/RotatingKeyRing.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/cephx/CephxAuthorizeHandler.h b/src/auth/cephx/CephxAuthorizeHandler.h index 2190cdb00d58..b02a594cdea1 100644 --- a/src/auth/cephx/CephxAuthorizeHandler.h +++ b/src/auth/cephx/CephxAuthorizeHandler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/cephx/CephxClientHandler.h b/src/auth/cephx/CephxClientHandler.h index 49ef986c828a..02539fbadae0 100644 --- a/src/auth/cephx/CephxClientHandler.h +++ b/src/auth/cephx/CephxClientHandler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/cephx/CephxKeyServer.h b/src/auth/cephx/CephxKeyServer.h index 4b64c07b03b9..41f4699fb1ac 100644 --- a/src/auth/cephx/CephxKeyServer.h +++ b/src/auth/cephx/CephxKeyServer.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/cephx/CephxProtocol.h b/src/auth/cephx/CephxProtocol.h index 8b494bdea2a6..f79558d7aca2 100644 --- a/src/auth/cephx/CephxProtocol.h +++ b/src/auth/cephx/CephxProtocol.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/cephx/CephxServiceHandler.h b/src/auth/cephx/CephxServiceHandler.h index d9fc291d8500..6018e7ef77e5 100644 --- a/src/auth/cephx/CephxServiceHandler.h +++ b/src/auth/cephx/CephxServiceHandler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/cephx/CephxSessionHandler.h b/src/auth/cephx/CephxSessionHandler.h index e8d372d2ddd3..9efc5fbac8b2 100644 --- a/src/auth/cephx/CephxSessionHandler.h +++ b/src/auth/cephx/CephxSessionHandler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/none/AuthNoneAuthorizeHandler.h b/src/auth/none/AuthNoneAuthorizeHandler.h index 4817aecf72a5..49075a03a0f9 100644 --- a/src/auth/none/AuthNoneAuthorizeHandler.h +++ b/src/auth/none/AuthNoneAuthorizeHandler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/none/AuthNoneClientHandler.h b/src/auth/none/AuthNoneClientHandler.h index 7d6220c8c3b7..5da127e9ad71 100644 --- a/src/auth/none/AuthNoneClientHandler.h +++ b/src/auth/none/AuthNoneClientHandler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/none/AuthNoneProtocol.h b/src/auth/none/AuthNoneProtocol.h index 0e84cb15faf7..3ea6d61e9072 100644 --- a/src/auth/none/AuthNoneProtocol.h +++ b/src/auth/none/AuthNoneProtocol.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/none/AuthNoneServiceHandler.h b/src/auth/none/AuthNoneServiceHandler.h index 074ae95b0d7d..3619df5c2d3c 100644 --- a/src/auth/none/AuthNoneServiceHandler.h +++ b/src/auth/none/AuthNoneServiceHandler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/auth/none/AuthNoneSessionHandler.h b/src/auth/none/AuthNoneSessionHandler.h index d18e46171363..b507610bb326 100644 --- a/src/auth/none/AuthNoneSessionHandler.h +++ b/src/auth/none/AuthNoneSessionHandler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/blk/BlockDevice.h b/src/blk/BlockDevice.h index d168025fefa6..43c37c9b2802 100644 --- a/src/blk/BlockDevice.h +++ b/src/blk/BlockDevice.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/blk/kernel/KernelDevice.h b/src/blk/kernel/KernelDevice.h index 344993742b8d..b906edc80587 100644 --- a/src/blk/kernel/KernelDevice.h +++ b/src/blk/kernel/KernelDevice.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/blk/pmem/PMEMDevice.h b/src/blk/pmem/PMEMDevice.h index 271222d945b1..75e96cc4f459 100644 --- a/src/blk/pmem/PMEMDevice.h +++ b/src/blk/pmem/PMEMDevice.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/blk/spdk/NVMEDevice.h b/src/blk/spdk/NVMEDevice.h index ac5b0ec5dd1f..e16bb643044f 100644 --- a/src/blk/spdk/NVMEDevice.h +++ b/src/blk/spdk/NVMEDevice.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/client/Client.h b/src/client/Client.h index 48b73394cf86..e50370409fee 100644 --- a/src/client/Client.h +++ b/src/client/Client.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/client/Delegation.h b/src/client/Delegation.h index 834a462fecb2..dba852842226 100644 --- a/src/client/Delegation.h +++ b/src/client/Delegation.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef _CEPH_CLIENT_DELEGATION_H #define _CEPH_CLIENT_DELEGATION_H diff --git a/src/client/DentryRef.h b/src/client/DentryRef.h index d44681d6a324..ab61f7ff39d5 100644 --- a/src/client/DentryRef.h +++ b/src/client/DentryRef.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/client/ObjecterWriteback.h b/src/client/ObjecterWriteback.h index e08c9e7579be..eac33e74d2e4 100644 --- a/src/client/ObjecterWriteback.h +++ b/src/client/ObjecterWriteback.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_OSDC_OBJECTERWRITEBACKHANDLER_H #define CEPH_OSDC_OBJECTERWRITEBACKHANDLER_H diff --git a/src/client/RWRef.h b/src/client/RWRef.h index 3ae454c0d5cd..1b29c562288b 100644 --- a/src/client/RWRef.h +++ b/src/client/RWRef.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/client/SyntheticClient.h b/src/client/SyntheticClient.h index 842d9e768457..06fd07f491c4 100644 --- a/src/client/SyntheticClient.h +++ b/src/client/SyntheticClient.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/client/Trace.h b/src/client/Trace.h index 2968b3c9b1d3..e3f5eca96174 100644 --- a/src/client/Trace.h +++ b/src/client/Trace.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/client/UserPerm.h b/src/client/UserPerm.h index 0ef3aae70c62..e8ecda0f94f8 100644 --- a/src/client/UserPerm.h +++ b/src/client/UserPerm.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/client/barrier.h b/src/client/barrier.h index 0633a0921ac5..807bcc9fdb35 100644 --- a/src/client/barrier.h +++ b/src/client/barrier.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * * Copyright (C) 2012 CohortFS, LLC. diff --git a/src/client/fuse_ll.h b/src/client/fuse_ll.h index 8f80ebd6c014..9c9b0b23dd73 100644 --- a/src/client/fuse_ll.h +++ b/src/client/fuse_ll.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/cls/2pc_queue/cls_2pc_queue_types.h b/src/cls/2pc_queue/cls_2pc_queue_types.h index e1a53be64f22..af4ef0ef17a4 100644 --- a/src/cls/2pc_queue/cls_2pc_queue_types.h +++ b/src/cls/2pc_queue/cls_2pc_queue_types.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include "common/ceph_time.h" // for ceph::coarse_real_time diff --git a/src/cls/cephfs/cls_cephfs.h b/src/cls/cephfs/cls_cephfs.h index fc4593e3dedb..b5930465ba21 100644 --- a/src/cls/cephfs/cls_cephfs.h +++ b/src/cls/cephfs/cls_cephfs.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/cls/log/cls_log_types.h b/src/cls/log/cls_log_types.h index eda654789f40..13e351a3491b 100644 --- a/src/cls/log/cls_log_types.h +++ b/src/cls/log/cls_log_types.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_CLS_LOG_TYPES_H #define CEPH_CLS_LOG_TYPES_H diff --git a/src/common/AsyncReserver.h b/src/common/AsyncReserver.h index 7bfa759a2657..f466b8e4f549 100644 --- a/src/common/AsyncReserver.h +++ b/src/common/AsyncReserver.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/Clock.h b/src/common/Clock.h index cc9c86b60111..151983f24862 100644 --- a/src/common/Clock.h +++ b/src/common/Clock.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/CommandTable.h b/src/common/CommandTable.h index cd87d55ca780..039c0c15397b 100644 --- a/src/common/CommandTable.h +++ b/src/common/CommandTable.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/Cond.h b/src/common/Cond.h index 3627afe7e5c5..232f26c9b7cd 100644 --- a/src/common/Cond.h +++ b/src/common/Cond.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/ConfUtils.h b/src/common/ConfUtils.h index b70b680951b7..a2ce1ae9c92a 100644 --- a/src/common/ConfUtils.h +++ b/src/common/ConfUtils.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/ContextCompletion.h b/src/common/ContextCompletion.h index dba13efbc4bf..cbc188cd1e0a 100644 --- a/src/common/ContextCompletion.h +++ b/src/common/ContextCompletion.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_ASYNC_COMPLETION_H #define CEPH_ASYNC_COMPLETION_H diff --git a/src/common/Continuation.h b/src/common/Continuation.h index bf4e6e65ab7c..dd3752cd8269 100644 --- a/src/common/Continuation.h +++ b/src/common/Continuation.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/Cycles.h b/src/common/Cycles.h index e087076fe669..a1e3483d6ca1 100644 --- a/src/common/Cycles.h +++ b/src/common/Cycles.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/DecayCounter.h b/src/common/DecayCounter.h index 1c986165e350..4076bdf8b220 100644 --- a/src/common/DecayCounter.h +++ b/src/common/DecayCounter.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/EventTrace.h b/src/common/EventTrace.h index aba2e5b7ea27..3c68e26e0d90 100644 --- a/src/common/EventTrace.h +++ b/src/common/EventTrace.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/Finisher.h b/src/common/Finisher.h index 497937a01a70..d737f015cce7 100644 --- a/src/common/Finisher.h +++ b/src/common/Finisher.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/Formatter.h b/src/common/Formatter.h index 4764c3be49fc..e50834980c47 100644 --- a/src/common/Formatter.h +++ b/src/common/Formatter.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_FORMATTER_H #define CEPH_FORMATTER_H diff --git a/src/common/HTMLFormatter.h b/src/common/HTMLFormatter.h index c8230eebcf7f..8a4f7dcc4199 100644 --- a/src/common/HTMLFormatter.h +++ b/src/common/HTMLFormatter.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_HTML_FORMATTER_H #define CEPH_HTML_FORMATTER_H diff --git a/src/common/HeartbeatMap.h b/src/common/HeartbeatMap.h index d3e936339d46..868b2cfa8e7a 100644 --- a/src/common/HeartbeatMap.h +++ b/src/common/HeartbeatMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/LogClient.h b/src/common/LogClient.h index dc6203eba9d0..85a788391162 100644 --- a/src/common/LogClient.h +++ b/src/common/LogClient.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/LogEntry.h b/src/common/LogEntry.h index b79b1a16a032..f968c741fae3 100644 --- a/src/common/LogEntry.h +++ b/src/common/LogEntry.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/MemoryModel.h b/src/common/MemoryModel.h index eaa080cbb152..d3e0e0e1c845 100644 --- a/src/common/MemoryModel.h +++ b/src/common/MemoryModel.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/OpQueue.h b/src/common/OpQueue.h index 0775af33362d..aa6f10af9333 100644 --- a/src/common/OpQueue.h +++ b/src/common/OpQueue.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/OutputDataSocket.h b/src/common/OutputDataSocket.h index d9ee33a38373..e27f7db32aa6 100644 --- a/src/common/OutputDataSocket.h +++ b/src/common/OutputDataSocket.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/PluginRegistry.h b/src/common/PluginRegistry.h index 9c8258d14e2d..4aff190116e2 100644 --- a/src/common/PluginRegistry.h +++ b/src/common/PluginRegistry.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/common/Preforker.h b/src/common/Preforker.h index cb3c29350426..a58f59a9d4a5 100644 --- a/src/common/Preforker.h +++ b/src/common/Preforker.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_COMMON_PREFORKER_H #define CEPH_COMMON_PREFORKER_H diff --git a/src/common/PrioritizedQueue.h b/src/common/PrioritizedQueue.h index c887cbd733d4..703c9fec0950 100644 --- a/src/common/PrioritizedQueue.h +++ b/src/common/PrioritizedQueue.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/PriorityCache.h b/src/common/PriorityCache.h index 2c083200e332..1809ef729101 100644 --- a/src/common/PriorityCache.h +++ b/src/common/PriorityCache.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/RWLock.h b/src/common/RWLock.h index abe20344d974..b0fef518786f 100644 --- a/src/common/RWLock.h +++ b/src/common/RWLock.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/RefCountedObj.h b/src/common/RefCountedObj.h index fdaf1815031a..1a435238371a 100644 --- a/src/common/RefCountedObj.h +++ b/src/common/RefCountedObj.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/Semaphore.h b/src/common/Semaphore.h index b99f58dab71d..1937fa35ef37 100644 --- a/src/common/Semaphore.h +++ b/src/common/Semaphore.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/StackStringStream.h b/src/common/StackStringStream.h index 5e8e40089051..2689edf10797 100644 --- a/src/common/StackStringStream.h +++ b/src/common/StackStringStream.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/SubProcess.h b/src/common/SubProcess.h index b2da76474517..b9ff746c7d5c 100644 --- a/src/common/SubProcess.h +++ b/src/common/SubProcess.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/common/TextTable.h b/src/common/TextTable.h index c2f345ef0903..13a1a1737315 100644 --- a/src/common/TextTable.h +++ b/src/common/TextTable.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/Thread.h b/src/common/Thread.h index 7885be20e668..7a74351a5f21 100644 --- a/src/common/Thread.h +++ b/src/common/Thread.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/Timer.h b/src/common/Timer.h index 53306b10f069..3caafb3de03b 100644 --- a/src/common/Timer.h +++ b/src/common/Timer.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/TrackedOp.h b/src/common/TrackedOp.h index eed74c15856f..a38d4d294d45 100644 --- a/src/common/TrackedOp.h +++ b/src/common/TrackedOp.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/WeightedPriorityQueue.h b/src/common/WeightedPriorityQueue.h index 5c4dc1e6d6f6..101acc3a34bf 100644 --- a/src/common/WeightedPriorityQueue.h +++ b/src/common/WeightedPriorityQueue.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/WorkQueue.h b/src/common/WorkQueue.h index 5fa9a719fe14..c38d27d54e42 100644 --- a/src/common/WorkQueue.h +++ b/src/common/WorkQueue.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/admin_socket.h b/src/common/admin_socket.h index e8836bcb99eb..96c02ee20e72 100644 --- a/src/common/admin_socket.h +++ b/src/common/admin_socket.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/admin_socket_client.h b/src/common/admin_socket_client.h index f40612441323..016c6bca6e07 100644 --- a/src/common/admin_socket_client.h +++ b/src/common/admin_socket_client.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/allocate_unique.h b/src/common/allocate_unique.h index 6ff669dce509..2931aa61e551 100644 --- a/src/common/allocate_unique.h +++ b/src/common/allocate_unique.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/async_call.h b/src/common/async/async_call.h index abbabc4775a8..7b42ce5f20e8 100644 --- a/src/common/async/async_call.h +++ b/src/common/async/async_call.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/async_cond.h b/src/common/async/async_cond.h index cfb7998e9f99..d69f51ba5d63 100644 --- a/src/common/async/async_cond.h +++ b/src/common/async/async_cond.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/bind_handler.h b/src/common/async/bind_handler.h index 5cc421ae8bd7..f278f0664b1e 100644 --- a/src/common/async/bind_handler.h +++ b/src/common/async/bind_handler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/blocked_completion.h b/src/common/async/blocked_completion.h index eca9301c90ce..1db9083a2ac4 100644 --- a/src/common/async/blocked_completion.h +++ b/src/common/async/blocked_completion.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/co_spawn_group.h b/src/common/async/co_spawn_group.h index ff43ca52487f..e535d0a299c3 100644 --- a/src/common/async/co_spawn_group.h +++ b/src/common/async/co_spawn_group.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/co_throttle.h b/src/common/async/co_throttle.h index 555b0e05d873..81b0eb16db7c 100644 --- a/src/common/async/co_throttle.h +++ b/src/common/async/co_throttle.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/co_waiter.h b/src/common/async/co_waiter.h index c7e7021592be..3e035f86368d 100644 --- a/src/common/async/co_waiter.h +++ b/src/common/async/co_waiter.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/completion.h b/src/common/async/completion.h index de95df854029..9bc4d9ba7d2b 100644 --- a/src/common/async/completion.h +++ b/src/common/async/completion.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/context_pool.h b/src/common/async/context_pool.h index 098ccd3a4a05..6ec194ba77d2 100644 --- a/src/common/async/context_pool.h +++ b/src/common/async/context_pool.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/detail/co_spawn_group.h b/src/common/async/detail/co_spawn_group.h index 44ff8efb510c..3bee09982bb0 100644 --- a/src/common/async/detail/co_spawn_group.h +++ b/src/common/async/detail/co_spawn_group.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/detail/co_throttle_impl.h b/src/common/async/detail/co_throttle_impl.h index 8a27542664b9..d281f6345bfc 100644 --- a/src/common/async/detail/co_throttle_impl.h +++ b/src/common/async/detail/co_throttle_impl.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/detail/shared_lock.h b/src/common/async/detail/shared_lock.h index d74b7100e3b0..7a7b86385bb1 100644 --- a/src/common/async/detail/shared_lock.h +++ b/src/common/async/detail/shared_lock.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/detail/shared_mutex.h b/src/common/async/detail/shared_mutex.h index ba196387945e..99448d4fd2b0 100644 --- a/src/common/async/detail/shared_mutex.h +++ b/src/common/async/detail/shared_mutex.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/detail/spawn_group.h b/src/common/async/detail/spawn_group.h index b67835f1950f..227134b4e6fb 100644 --- a/src/common/async/detail/spawn_group.h +++ b/src/common/async/detail/spawn_group.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/forward_handler.h b/src/common/async/forward_handler.h index 2f8da8b74274..505c4b791350 100644 --- a/src/common/async/forward_handler.h +++ b/src/common/async/forward_handler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/librados_completion.h b/src/common/async/librados_completion.h index 9d7c33811751..90b3d1bc0b25 100644 --- a/src/common/async/librados_completion.h +++ b/src/common/async/librados_completion.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/parallel_for_each.h b/src/common/async/parallel_for_each.h index 03a4870cd64b..953ab26aa665 100644 --- a/src/common/async/parallel_for_each.h +++ b/src/common/async/parallel_for_each.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/redirect_error.h b/src/common/async/redirect_error.h index 71467458af04..86ef1edbe2fa 100644 --- a/src/common/async/redirect_error.h +++ b/src/common/async/redirect_error.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab ft=cpp + /* * Ceph - scalable distributed file system */ diff --git a/src/common/async/service.h b/src/common/async/service.h index 9718316f5961..2f8ff8f6ba19 100644 --- a/src/common/async/service.h +++ b/src/common/async/service.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/shared_mutex.h b/src/common/async/shared_mutex.h index 420bae1f84b4..04bd1005fff9 100644 --- a/src/common/async/shared_mutex.h +++ b/src/common/async/shared_mutex.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/spawn_group.h b/src/common/async/spawn_group.h index b9a8f391ddad..669a565414b9 100644 --- a/src/common/async/spawn_group.h +++ b/src/common/async/spawn_group.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/waiter.h b/src/common/async/waiter.h index d4ba8655776d..92fa2df3e647 100644 --- a/src/common/async/waiter.h +++ b/src/common/async/waiter.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/async/yield_context.h b/src/common/async/yield_context.h index bece89f287d2..c8e8b0d93ac0 100644 --- a/src/common/async/yield_context.h +++ b/src/common/async/yield_context.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/bit_str.h b/src/common/bit_str.h index b4f940e4b63c..0482c2c8fb74 100644 --- a/src/common/bit_str.h +++ b/src/common/bit_str.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/bounded_key_counter.h b/src/common/bounded_key_counter.h index 9d0dc03978d7..f21009529ab5 100644 --- a/src/common/bounded_key_counter.h +++ b/src/common/bounded_key_counter.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/ceph_argparse.h b/src/common/ceph_argparse.h index 2ecda1bad5ac..5c347df9bc97 100644 --- a/src/common/ceph_argparse.h +++ b/src/common/ceph_argparse.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/ceph_context.h b/src/common/ceph_context.h index 5b91247b424c..80bf42994cc4 100644 --- a/src/common/ceph_context.h +++ b/src/common/ceph_context.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/ceph_time.h b/src/common/ceph_time.h index 1900abe8ce1b..a0363d44efee 100644 --- a/src/common/ceph_time.h +++ b/src/common/ceph_time.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/ceph_timer.h b/src/common/ceph_timer.h index 5b516881fce9..036b6a1b0dd9 100644 --- a/src/common/ceph_timer.h +++ b/src/common/ceph_timer.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/cmdparse.h b/src/common/cmdparse.h index ad2d0cdd3997..3dd1c82a8955 100644 --- a/src/common/cmdparse.h +++ b/src/common/cmdparse.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_COMMON_CMDPARSE_H #define CEPH_COMMON_CMDPARSE_H diff --git a/src/common/code_environment.h b/src/common/code_environment.h index f20cdafe3471..79fea8ffd78d 100644 --- a/src/common/code_environment.h +++ b/src/common/code_environment.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/cohort_lru.h b/src/common/cohort_lru.h index 6d23cd86a9f3..6924918ce784 100644 --- a/src/common/cohort_lru.h +++ b/src/common/cohort_lru.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Copyright (C) 2015 CohortFS, LLC. * diff --git a/src/common/common_init.h b/src/common/common_init.h index 227964411314..853911e33fec 100644 --- a/src/common/common_init.h +++ b/src/common/common_init.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/compiler_extensions.h b/src/common/compiler_extensions.h index 00e2dd755de7..68cba4475355 100644 --- a/src/common/compiler_extensions.h +++ b/src/common/compiler_extensions.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/config.h b/src/common/config.h index 121a3d8bc2d1..771bde66d00d 100644 --- a/src/common/config.h +++ b/src/common/config.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/config_cacher.h b/src/common/config_cacher.h index d8d4cd9e282d..9f72ae487fae 100644 --- a/src/common/config_cacher.h +++ b/src/common/config_cacher.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/config_obs.h b/src/common/config_obs.h index 957172787df1..0c8cd8cf57f7 100644 --- a/src/common/config_obs.h +++ b/src/common/config_obs.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/containers.h b/src/common/containers.h index 98456eefafef..830fb0ba124b 100644 --- a/src/common/containers.h +++ b/src/common/containers.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + // // Ceph - scalable distributed file system // diff --git a/src/common/convenience.h b/src/common/convenience.h index eeb530ecc52d..1a193b119ef1 100644 --- a/src/common/convenience.h +++ b/src/common/convenience.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/debug.h b/src/common/debug.h index faf53e62f4d5..a660d1f992e8 100644 --- a/src/common/debug.h +++ b/src/common/debug.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/detail/construct_suspended.h b/src/common/detail/construct_suspended.h index a8ba403bb79d..27d39efd5090 100644 --- a/src/common/detail/construct_suspended.h +++ b/src/common/detail/construct_suspended.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/dns_resolve.h b/src/common/dns_resolve.h index 72b458ba10bd..c067996c7417 100644 --- a/src/common/dns_resolve.h +++ b/src/common/dns_resolve.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/dout.h b/src/common/dout.h index be6f5788ba05..c2fb5e65e625 100644 --- a/src/common/dout.h +++ b/src/common/dout.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/entity_name.h b/src/common/entity_name.h index 3f58e786db15..e8182420c125 100644 --- a/src/common/entity_name.h +++ b/src/common/entity_name.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/environment.h b/src/common/environment.h index 8d9a5dacd2f0..10a20114ee7d 100644 --- a/src/common/environment.h +++ b/src/common/environment.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/error_code.h b/src/common/error_code.h index 1e980c0ec5df..4cb5e7771806 100644 --- a/src/common/error_code.h +++ b/src/common/error_code.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/escape.h b/src/common/escape.h index 46adcda28d30..d2015bcd7269 100644 --- a/src/common/escape.h +++ b/src/common/escape.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/event_socket.h b/src/common/event_socket.h index be62c6038b35..8fe9087071df 100644 --- a/src/common/event_socket.h +++ b/src/common/event_socket.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/fault_injector.h b/src/common/fault_injector.h index 8f6fafe31689..c80bafad92a0 100644 --- a/src/common/fault_injector.h +++ b/src/common/fault_injector.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab ft=cpp + /* * Ceph - scalable distributed file system * diff --git a/src/common/fd.h b/src/common/fd.h index a6714c9119d7..5b27bd7cc231 100644 --- a/src/common/fd.h +++ b/src/common/fd.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/fmt_common.h b/src/common/fmt_common.h index 5b957b384481..b9bcb7858d7f 100644 --- a/src/common/fmt_common.h +++ b/src/common/fmt_common.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include diff --git a/src/common/function_signature.h b/src/common/function_signature.h index 6ff28f171adc..7d083cc3ce90 100644 --- a/src/common/function_signature.h +++ b/src/common/function_signature.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Copied from: * https://github.com/exclipy/inline_variant_visitor/blob/master/function_signature.hpp diff --git a/src/common/hex.h b/src/common/hex.h index fe24b4d1f9b7..34d6585296ae 100644 --- a/src/common/hex.h +++ b/src/common/hex.h @@ -1,6 +1,7 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/histogram.h b/src/common/histogram.h index 837335b14ab4..cc36a740ac5e 100644 --- a/src/common/histogram.h +++ b/src/common/histogram.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/hobject.h b/src/common/hobject.h index acc0d2263e4a..2dbd2e298e0d 100644 --- a/src/common/hobject.h +++ b/src/common/hobject.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/hostname.h b/src/common/hostname.h index 956336200006..95ee98b26175 100644 --- a/src/common/hostname.h +++ b/src/common/hostname.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/interval_map.h b/src/common/interval_map.h index e5be1bbb0f34..ecfe49dc11d4 100644 --- a/src/common/interval_map.h +++ b/src/common/interval_map.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/io_exerciser/IoSequence.h b/src/common/io_exerciser/IoSequence.h index ccb98d014d0d..13b7a54e7ffc 100644 --- a/src/common/io_exerciser/IoSequence.h +++ b/src/common/io_exerciser/IoSequence.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include "IoOp.h" diff --git a/src/common/likely.h b/src/common/likely.h index abe9e799efbc..8abdc66e3962 100644 --- a/src/common/likely.h +++ b/src/common/likely.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/lockdep.h b/src/common/lockdep.h index 7fd3768e98e1..fe4cb52cdeab 100644 --- a/src/common/lockdep.h +++ b/src/common/lockdep.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/mclock_common.h b/src/common/mclock_common.h index 0116b7f84edc..ff29df931a73 100644 --- a/src/common/mclock_common.h +++ b/src/common/mclock_common.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/mime.h b/src/common/mime.h index cf7cfd2f33cd..601f3c31ca67 100644 --- a/src/common/mime.h +++ b/src/common/mime.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/mutex_debug.h b/src/common/mutex_debug.h index 34ef1b58ad49..a255a8d4ade8 100644 --- a/src/common/mutex_debug.h +++ b/src/common/mutex_debug.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/obj_bencher.h b/src/common/obj_bencher.h index 28eb222e02f1..b79a124c95f9 100644 --- a/src/common/obj_bencher.h +++ b/src/common/obj_bencher.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/openssl_opts_handler.h b/src/common/openssl_opts_handler.h index 99d1c1ad160d..b024aac85440 100644 --- a/src/common/openssl_opts_handler.h +++ b/src/common/openssl_opts_handler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/perf_counters.h b/src/common/perf_counters.h index cc866b3268e3..1dd67a727eff 100644 --- a/src/common/perf_counters.h +++ b/src/common/perf_counters.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/perf_histogram.h b/src/common/perf_histogram.h index fcf8d2c79c83..279c1ef30031 100644 --- a/src/common/perf_histogram.h +++ b/src/common/perf_histogram.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/pick_address.h b/src/common/pick_address.h index 5bd46746faec..87429aaef721 100644 --- a/src/common/pick_address.h +++ b/src/common/pick_address.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_PICK_ADDRESS_H #define CEPH_PICK_ADDRESS_H diff --git a/src/common/reverse.h b/src/common/reverse.h index f9be99ba2cbe..7e4a68767b15 100644 --- a/src/common/reverse.h +++ b/src/common/reverse.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/run_cmd.h b/src/common/run_cmd.h index d9b671204484..27e47df75221 100644 --- a/src/common/run_cmd.h +++ b/src/common/run_cmd.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/safe_io.h b/src/common/safe_io.h index ae085b7c7fa8..afb16173c511 100644 --- a/src/common/safe_io.h +++ b/src/common/safe_io.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/signal.h b/src/common/signal.h index b66d8256a006..8774c1d268ce 100644 --- a/src/common/signal.h +++ b/src/common/signal.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/static_ptr.h b/src/common/static_ptr.h index 8d8c49668718..70330fcac54d 100644 --- a/src/common/static_ptr.h +++ b/src/common/static_ptr.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/strescape.h b/src/common/strescape.h index 0a29aea648e5..f6196405a836 100644 --- a/src/common/strescape.h +++ b/src/common/strescape.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/strtol.h b/src/common/strtol.h index efc450c1a23b..59613bffe66f 100644 --- a/src/common/strtol.h +++ b/src/common/strtol.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/subsys.h b/src/common/subsys.h index c13cd5d98104..f307929f6212 100644 --- a/src/common/subsys.h +++ b/src/common/subsys.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/subsys_types.h b/src/common/subsys_types.h index 5c47b42ff1ac..768f789467e0 100644 --- a/src/common/subsys_types.h +++ b/src/common/subsys_types.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/tcp_info.h b/src/common/tcp_info.h index 5dd27e1888c0..88d3fc791313 100644 --- a/src/common/tcp_info.h +++ b/src/common/tcp_info.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/utf8.h b/src/common/utf8.h index 3918698c1c19..d632a4e4b8af 100644 --- a/src/common/utf8.h +++ b/src/common/utf8.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/version.h b/src/common/version.h index 77a481109a5b..cd3bba645aeb 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/versioned_variant.h b/src/common/versioned_variant.h index ea7aab0f9ec2..2901ca3906e1 100644 --- a/src/common/versioned_variant.h +++ b/src/common/versioned_variant.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/common/zipkin_trace.h b/src/common/zipkin_trace.h index 2ca9ad8d8d5e..3d9dd0c1bc71 100644 --- a/src/common/zipkin_trace.h +++ b/src/common/zipkin_trace.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef COMMON_ZIPKIN_TRACE_H #define COMMON_ZIPKIN_TRACE_H diff --git a/src/compressor/CompressionPlugin.h b/src/compressor/CompressionPlugin.h index 82bf1bd4a648..aca4a00924ec 100644 --- a/src/compressor/CompressionPlugin.h +++ b/src/compressor/CompressionPlugin.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/compressor/Compressor.h b/src/compressor/Compressor.h index ca6485d663b1..88bfe2284c08 100644 --- a/src/compressor/Compressor.h +++ b/src/compressor/Compressor.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/compressor/lz4/LZ4Compressor.h b/src/compressor/lz4/LZ4Compressor.h index f2685b95ee39..a8b80010169f 100644 --- a/src/compressor/lz4/LZ4Compressor.h +++ b/src/compressor/lz4/LZ4Compressor.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/compressor/snappy/SnappyCompressor.h b/src/compressor/snappy/SnappyCompressor.h index 1eeba787d63b..dc40def5c982 100644 --- a/src/compressor/snappy/SnappyCompressor.h +++ b/src/compressor/snappy/SnappyCompressor.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/compressor/zlib/ZlibCompressor.h b/src/compressor/zlib/ZlibCompressor.h index 9cfde6d5ecf3..47a639b1b0b0 100644 --- a/src/compressor/zlib/ZlibCompressor.h +++ b/src/compressor/zlib/ZlibCompressor.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/compressor/zstd/ZstdCompressor.h b/src/compressor/zstd/ZstdCompressor.h index 62f954763359..daa219f325e3 100644 --- a/src/compressor/zstd/ZstdCompressor.h +++ b/src/compressor/zstd/ZstdCompressor.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/crimson/admin/admin_socket.h b/src/crimson/admin/admin_socket.h index 7a846be3588f..bf7cb31dcb5f 100644 --- a/src/crimson/admin/admin_socket.h +++ b/src/crimson/admin/admin_socket.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once /** diff --git a/src/crimson/admin/osd_admin.h b/src/crimson/admin/osd_admin.h index 64078e9609a6..b33ea005fb8c 100644 --- a/src/crimson/admin/osd_admin.h +++ b/src/crimson/admin/osd_admin.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include diff --git a/src/crimson/admin/pg_commands.h b/src/crimson/admin/pg_commands.h index dfa0e760bfda..958d411a66bb 100644 --- a/src/crimson/admin/pg_commands.h +++ b/src/crimson/admin/pg_commands.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once namespace crimson::admin::pg { diff --git a/src/crimson/common/metrics_helpers.h b/src/crimson/common/metrics_helpers.h index f2174d1ded0d..443a62b13a67 100644 --- a/src/crimson/common/metrics_helpers.h +++ b/src/crimson/common/metrics_helpers.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include diff --git a/src/crimson/crush/CrushLocation.h b/src/crimson/crush/CrushLocation.h index a685e41d0ef1..f349366de77c 100644 --- a/src/crimson/crush/CrushLocation.h +++ b/src/crimson/crush/CrushLocation.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include diff --git a/src/crimson/net/Connection.h b/src/crimson/net/Connection.h index 9cf8094c4989..eeff46002be1 100644 --- a/src/crimson/net/Connection.h +++ b/src/crimson/net/Connection.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/crimson/net/Dispatcher.h b/src/crimson/net/Dispatcher.h index 933bd9ff3ca6..ca54f7f640cf 100644 --- a/src/crimson/net/Dispatcher.h +++ b/src/crimson/net/Dispatcher.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/crimson/net/Errors.h b/src/crimson/net/Errors.h index add875dd2c5d..7353de753225 100644 --- a/src/crimson/net/Errors.h +++ b/src/crimson/net/Errors.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/crimson/net/Fwd.h b/src/crimson/net/Fwd.h index 101baa62fff8..26cbb794df36 100644 --- a/src/crimson/net/Fwd.h +++ b/src/crimson/net/Fwd.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/crimson/net/Messenger.h b/src/crimson/net/Messenger.h index e3b2814ae26a..adeadd2a88b2 100644 --- a/src/crimson/net/Messenger.h +++ b/src/crimson/net/Messenger.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/crimson/net/SocketConnection.h b/src/crimson/net/SocketConnection.h index 6ea46dc5d2d3..cb3b61f82b13 100644 --- a/src/crimson/net/SocketConnection.h +++ b/src/crimson/net/SocketConnection.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/crimson/net/SocketMessenger.h b/src/crimson/net/SocketMessenger.h index 4d8553f40136..af4fea28426e 100644 --- a/src/crimson/net/SocketMessenger.h +++ b/src/crimson/net/SocketMessenger.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/crimson/os/alienstore/semaphore.h b/src/crimson/os/alienstore/semaphore.h index 58d58a6398d8..96518f5efa28 100644 --- a/src/crimson/os/alienstore/semaphore.h +++ b/src/crimson/os/alienstore/semaphore.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab expandtab + #pragma once #include diff --git a/src/crimson/os/alienstore/thread_pool.h b/src/crimson/os/alienstore/thread_pool.h index 1a1c2152b275..6a6ec29e7ad7 100644 --- a/src/crimson/os/alienstore/thread_pool.h +++ b/src/crimson/os/alienstore/thread_pool.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab expandtab + #pragma once #include diff --git a/src/crimson/os/cyanstore/cyan_object.h b/src/crimson/os/cyanstore/cyan_object.h index 6ed36bb71e5f..8d440febf27d 100644 --- a/src/crimson/os/cyanstore/cyan_object.h +++ b/src/crimson/os/cyanstore/cyan_object.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include diff --git a/src/crimson/os/seastore/omap_manager/btree/omap_btree_node.h b/src/crimson/os/seastore/omap_manager/btree/omap_btree_node.h index a8cb5764f8f5..b9f49104190a 100644 --- a/src/crimson/os/seastore/omap_manager/btree/omap_btree_node.h +++ b/src/crimson/os/seastore/omap_manager/btree/omap_btree_node.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include diff --git a/src/crimson/os/seastore/segment_manager/zbd.h b/src/crimson/os/seastore/segment_manager/zbd.h index 4a51bd164974..d82974783d42 100644 --- a/src/crimson/os/seastore/segment_manager/zbd.h +++ b/src/crimson/os/seastore/segment_manager/zbd.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include diff --git a/src/crimson/osd/scheduler/mclock_scheduler.h b/src/crimson/osd/scheduler/mclock_scheduler.h index bdf15d2ea1e0..7a6424d44e7c 100644 --- a/src/crimson/osd/scheduler/mclock_scheduler.h +++ b/src/crimson/osd/scheduler/mclock_scheduler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/crimson/osd/scheduler/scheduler.h b/src/crimson/osd/scheduler/scheduler.h index f04d1757bfaa..100ba4937446 100644 --- a/src/crimson/osd/scheduler/scheduler.h +++ b/src/crimson/osd/scheduler/scheduler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/crush/CrushTreeDumper.h b/src/crush/CrushTreeDumper.h index 5cfb6271525e..cb98142ea698 100644 --- a/src/crush/CrushTreeDumper.h +++ b/src/crush/CrushTreeDumper.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/crush/grammar.h b/src/crush/grammar.h index fa08194fc7ce..f575d99493ca 100644 --- a/src/crush/grammar.h +++ b/src/crush/grammar.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/dmclock/sim/src/ConfUtils.h b/src/dmclock/sim/src/ConfUtils.h index fd4720bca3ab..d0db08e7e288 100644 --- a/src/dmclock/sim/src/ConfUtils.h +++ b/src/dmclock/sim/src/ConfUtils.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/erasure-code/ErasureCode.h b/src/erasure-code/ErasureCode.h index f67127e8a409..b433c3ffce47 100644 --- a/src/erasure-code/ErasureCode.h +++ b/src/erasure-code/ErasureCode.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/erasure-code/ErasureCodeInterface.h b/src/erasure-code/ErasureCodeInterface.h index fbf6661e960a..4f6c73405270 100644 --- a/src/erasure-code/ErasureCodeInterface.h +++ b/src/erasure-code/ErasureCodeInterface.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/erasure-code/ErasureCodePlugin.h b/src/erasure-code/ErasureCodePlugin.h index fb5a6592b9bb..f85b9246dcdc 100644 --- a/src/erasure-code/ErasureCodePlugin.h +++ b/src/erasure-code/ErasureCodePlugin.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/erasure-code/clay/ErasureCodeClay.h b/src/erasure-code/clay/ErasureCodeClay.h index fe5b2b51cc36..7d87830c06f6 100644 --- a/src/erasure-code/clay/ErasureCodeClay.h +++ b/src/erasure-code/clay/ErasureCodeClay.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/erasure-code/clay/ErasureCodePluginClay.h b/src/erasure-code/clay/ErasureCodePluginClay.h index b1525f9c98af..1a6f3c254b4f 100644 --- a/src/erasure-code/clay/ErasureCodePluginClay.h +++ b/src/erasure-code/clay/ErasureCodePluginClay.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/erasure-code/isa/ErasureCodePluginIsa.h b/src/erasure-code/isa/ErasureCodePluginIsa.h index b6271b555fa9..d9000708b283 100644 --- a/src/erasure-code/isa/ErasureCodePluginIsa.h +++ b/src/erasure-code/isa/ErasureCodePluginIsa.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/erasure-code/jerasure/ErasureCodeJerasure.h b/src/erasure-code/jerasure/ErasureCodeJerasure.h index d4db7e30f191..14ea1d99d580 100644 --- a/src/erasure-code/jerasure/ErasureCodeJerasure.h +++ b/src/erasure-code/jerasure/ErasureCodeJerasure.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/erasure-code/jerasure/ErasureCodePluginJerasure.h b/src/erasure-code/jerasure/ErasureCodePluginJerasure.h index 614825b729de..8eddd8007e37 100644 --- a/src/erasure-code/jerasure/ErasureCodePluginJerasure.h +++ b/src/erasure-code/jerasure/ErasureCodePluginJerasure.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/erasure-code/jerasure/jerasure_init.h b/src/erasure-code/jerasure/jerasure_init.h index d613e0d8d6f9..d8d5dd4a188b 100644 --- a/src/erasure-code/jerasure/jerasure_init.h +++ b/src/erasure-code/jerasure/jerasure_init.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/erasure-code/lrc/ErasureCodeLrc.h b/src/erasure-code/lrc/ErasureCodeLrc.h index 9763354281d7..b7ef8c93d4d0 100644 --- a/src/erasure-code/lrc/ErasureCodeLrc.h +++ b/src/erasure-code/lrc/ErasureCodeLrc.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/erasure-code/lrc/ErasureCodePluginLrc.h b/src/erasure-code/lrc/ErasureCodePluginLrc.h index b2768b9543e5..4ed5649019f4 100644 --- a/src/erasure-code/lrc/ErasureCodePluginLrc.h +++ b/src/erasure-code/lrc/ErasureCodePluginLrc.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/erasure-code/shec/ErasureCodePluginShec.h b/src/erasure-code/shec/ErasureCodePluginShec.h index a8e6f5ef7a68..d09c0247657d 100644 --- a/src/erasure-code/shec/ErasureCodePluginShec.h +++ b/src/erasure-code/shec/ErasureCodePluginShec.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/erasure-code/shec/ErasureCodeShec.h b/src/erasure-code/shec/ErasureCodeShec.h index 0687fcab40d6..877ee4d03770 100644 --- a/src/erasure-code/shec/ErasureCodeShec.h +++ b/src/erasure-code/shec/ErasureCodeShec.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/erasure-code/shec/ErasureCodeShecTableCache.h b/src/erasure-code/shec/ErasureCodeShecTableCache.h index 071a746e8428..741ef7c7b7bc 100644 --- a/src/erasure-code/shec/ErasureCodeShecTableCache.h +++ b/src/erasure-code/shec/ErasureCodeShecTableCache.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/extblkdev/ExtBlkDevInterface.h b/src/extblkdev/ExtBlkDevInterface.h index 2725916800aa..9bc02b975d22 100644 --- a/src/extblkdev/ExtBlkDevInterface.h +++ b/src/extblkdev/ExtBlkDevInterface.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/extblkdev/ExtBlkDevPlugin.h b/src/extblkdev/ExtBlkDevPlugin.h index 122b4eef62fd..410d4ce63e4c 100644 --- a/src/extblkdev/ExtBlkDevPlugin.h +++ b/src/extblkdev/ExtBlkDevPlugin.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/extblkdev/vdo/ExtBlkDevPluginVdo.h b/src/extblkdev/vdo/ExtBlkDevPluginVdo.h index 619ae4c353b3..78faf6cc04a3 100644 --- a/src/extblkdev/vdo/ExtBlkDevPluginVdo.h +++ b/src/extblkdev/vdo/ExtBlkDevPluginVdo.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/extblkdev/vdo/ExtBlkDevVdo.h b/src/extblkdev/vdo/ExtBlkDevVdo.h index 63c76f402961..3da622c500a9 100644 --- a/src/extblkdev/vdo/ExtBlkDevVdo.h +++ b/src/extblkdev/vdo/ExtBlkDevVdo.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/global/global_context.h b/src/global/global_context.h index 502d06382aa4..994256a8cfeb 100644 --- a/src/global/global_context.h +++ b/src/global/global_context.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/global/global_init.h b/src/global/global_init.h index b8cd8e71667f..9b3eb7c97852 100644 --- a/src/global/global_init.h +++ b/src/global/global_init.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/global/pidfile.h b/src/global/pidfile.h index c6e6b318602b..1016c87d38f2 100644 --- a/src/global/pidfile.h +++ b/src/global/pidfile.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/global/signal_handler.h b/src/global/signal_handler.h index c089c1372063..c98fc1d56098 100644 --- a/src/global/signal_handler.h +++ b/src/global/signal_handler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/CompatSet.h b/src/include/CompatSet.h index f45dc2528ac1..9d63edc55a90 100644 --- a/src/include/CompatSet.h +++ b/src/include/CompatSet.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/Context.h b/src/include/Context.h index 00c3393a00f0..097c1dc051ac 100644 --- a/src/include/Context.h +++ b/src/include/Context.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/Distribution.h b/src/include/Distribution.h index d67644b461a8..6cb41b171121 100644 --- a/src/include/Distribution.h +++ b/src/include/Distribution.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/alloc_ptr.h b/src/include/alloc_ptr.h index 3042722b26c3..56aa7674ee74 100644 --- a/src/include/alloc_ptr.h +++ b/src/include/alloc_ptr.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/any.h b/src/include/any.h index 40109b6348c0..d2f7a1a341a4 100644 --- a/src/include/any.h +++ b/src/include/any.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/bitmapper.h b/src/include/bitmapper.h index a3149a33be2e..d7e989e8fd45 100644 --- a/src/include/bitmapper.h +++ b/src/include/bitmapper.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/buffer.h b/src/include/buffer.h index 51951fc43655..1f1604e43bce 100644 --- a/src/include/buffer.h +++ b/src/include/buffer.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/buffer_raw.h b/src/include/buffer_raw.h index ebb94097842c..fe162744695a 100644 --- a/src/include/buffer_raw.h +++ b/src/include/buffer_raw.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/ceph_fuse.h b/src/include/ceph_fuse.h index f004a2e5a89e..10147afe7d7e 100644 --- a/src/include/ceph_fuse.h +++ b/src/include/ceph_fuse.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/cephfs/ceph_ll_client.h b/src/include/cephfs/ceph_ll_client.h index fa1e6e9d8a2f..0bc08d221b47 100644 --- a/src/include/cephfs/ceph_ll_client.h +++ b/src/include/cephfs/ceph_ll_client.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * scalable distributed file system * diff --git a/src/include/cephfs/dump.h b/src/include/cephfs/dump.h index f3e58a7728e5..1baceff59ef6 100644 --- a/src/include/cephfs/dump.h +++ b/src/include/cephfs/dump.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/cephfs/json.h b/src/include/cephfs/json.h index 0888aa961c8f..c0720ffdce85 100644 --- a/src/include/cephfs/json.h +++ b/src/include/cephfs/json.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/cephfs/keys_and_values.h b/src/include/cephfs/keys_and_values.h index 5df2d114c608..27227f4dbf91 100644 --- a/src/include/cephfs/keys_and_values.h +++ b/src/include/cephfs/keys_and_values.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/cephfs/libcephfs.h b/src/include/cephfs/libcephfs.h index f4dd47cc1904..d84b9a2a3979 100644 --- a/src/include/cephfs/libcephfs.h +++ b/src/include/cephfs/libcephfs.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/cephfs/types.h b/src/include/cephfs/types.h index 785c63df08b0..0fd629a2d02b 100644 --- a/src/include/cephfs/types.h +++ b/src/include/cephfs/types.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/counter.h b/src/include/counter.h index 48fc29487f20..492a05859f10 100644 --- a/src/include/counter.h +++ b/src/include/counter.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/demangle.h b/src/include/demangle.h index a5b0e819e9df..e6ac5ffaec43 100644 --- a/src/include/demangle.h +++ b/src/include/demangle.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/denc.h b/src/include/denc.h index 876ffbde6708..cbe17a725666 100644 --- a/src/include/denc.h +++ b/src/include/denc.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/dlfcn_compat.h b/src/include/dlfcn_compat.h index 365bb6129dee..31a1ebe8ce10 100644 --- a/src/include/dlfcn_compat.h +++ b/src/include/dlfcn_compat.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/elist.h b/src/include/elist.h index 283d7f23aafb..4eebee945a6a 100644 --- a/src/include/elist.h +++ b/src/include/elist.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/encoding.h b/src/include/encoding.h index dc271e51a97c..d073c1e7c627 100644 --- a/src/include/encoding.h +++ b/src/include/encoding.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/error.h b/src/include/error.h index ad840331856f..bd76ac8aad15 100644 --- a/src/include/error.h +++ b/src/include/error.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/event_type.h b/src/include/event_type.h index 8cb5c7a63fca..4e410757a5db 100644 --- a/src/include/event_type.h +++ b/src/include/event_type.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/filepath.h b/src/include/filepath.h index 734b403107f4..b5b2b84674ea 100644 --- a/src/include/filepath.h +++ b/src/include/filepath.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/frag.h b/src/include/frag.h index 38c26f13235c..37c8cd5aa770 100644 --- a/src/include/frag.h +++ b/src/include/frag.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/fs_types.h b/src/include/fs_types.h index 3e8bccba5f82..3eeff60f52fc 100644 --- a/src/include/fs_types.h +++ b/src/include/fs_types.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_INCLUDE_FS_TYPES_H #define CEPH_INCLUDE_FS_TYPES_H diff --git a/src/include/inline_memory.h b/src/include/inline_memory.h index 9de28ad9a967..47786ab73435 100644 --- a/src/include/inline_memory.h +++ b/src/include/inline_memory.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/intarith.h b/src/include/intarith.h index e9ac07210446..f43530f5a285 100644 --- a/src/include/intarith.h +++ b/src/include/intarith.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/interval_set.h b/src/include/interval_set.h index 199a34124095..998c3d910b8e 100644 --- a/src/include/interval_set.h +++ b/src/include/interval_set.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/lru.h b/src/include/lru.h index 06a67247848a..7ddea46b3980 100644 --- a/src/include/lru.h +++ b/src/include/lru.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/mempool.h b/src/include/mempool.h index 6f806d83efa5..a2bbc16482e7 100644 --- a/src/include/mempool.h +++ b/src/include/mempool.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/object.h b/src/include/object.h index f281fe9953d1..c599ed70f8cb 100644 --- a/src/include/object.h +++ b/src/include/object.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index 98f8cb01a5e7..35211186e250 100644 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/rados/librgw.h b/src/include/rados/librgw.h index 851bd22f15a6..7f13f727f69d 100644 --- a/src/include/rados/librgw.h +++ b/src/include/rados/librgw.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/rados/rgw_file.h b/src/include/rados/rgw_file.h index d762c671ac6c..7a42ec0c0201 100644 --- a/src/include/rados/rgw_file.h +++ b/src/include/rados/rgw_file.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * convert RGW commands to file commands * diff --git a/src/include/random.h b/src/include/random.h index 7a6ca450ec21..3d34e1b326df 100644 --- a/src/include/random.h +++ b/src/include/random.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/rangeset.h b/src/include/rangeset.h index dc7761154269..95d82a0bacb4 100644 --- a/src/include/rangeset.h +++ b/src/include/rangeset.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/rbd/librbd.h b/src/include/rbd/librbd.h index fc92031a9fb3..b3a89e85b7a1 100644 --- a/src/include/rbd/librbd.h +++ b/src/include/rbd/librbd.h @@ -1,5 +1,6 @@ // -*- mode:C; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/rbd/object_map_types.h b/src/include/rbd/object_map_types.h index b71fd60efdfe..d852a526d564 100644 --- a/src/include/rbd/object_map_types.h +++ b/src/include/rbd/object_map_types.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_RBD_OBJECT_MAP_TYPES_H #define CEPH_RBD_OBJECT_MAP_TYPES_H diff --git a/src/include/scope_guard.h b/src/include/scope_guard.h index 9613c2cc1e1f..5d5252311226 100644 --- a/src/include/scope_guard.h +++ b/src/include/scope_guard.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/spinlock.h b/src/include/spinlock.h index 1855bb2805fb..c0ff8b2b06f4 100644 --- a/src/include/spinlock.h +++ b/src/include/spinlock.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/statlite.h b/src/include/statlite.h index b04dbc51552a..5ee16e1bd3da 100644 --- a/src/include/statlite.h +++ b/src/include/statlite.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_STATLITE_H #define CEPH_STATLITE_H diff --git a/src/include/str_map.h b/src/include/str_map.h index d5a7aadad7b0..3ba26ad9b993 100644 --- a/src/include/str_map.h +++ b/src/include/str_map.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/types.h b/src/include/types.h index 6a9734a17926..a428e9e2c07f 100644 --- a/src/include/types.h +++ b/src/include/types.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/types_fmt.h b/src/include/types_fmt.h index 05cd77249d40..296712aa0ca0 100644 --- a/src/include/types_fmt.h +++ b/src/include/types_fmt.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once /** * \file fmtlib formatters for some types.h classes diff --git a/src/include/util.h b/src/include/util.h index d6b463fa533e..b29a031047c5 100644 --- a/src/include/util.h +++ b/src/include/util.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/utime.h b/src/include/utime.h index 2081d93ea844..b0f0daf6f800 100644 --- a/src/include/utime.h +++ b/src/include/utime.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/utime_fmt.h b/src/include/utime_fmt.h index 80b4fadc5e21..305536e0c298 100644 --- a/src/include/utime_fmt.h +++ b/src/include/utime_fmt.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once /** * \file fmtlib formatter for utime_t diff --git a/src/include/win32/ifaddrs.h b/src/include/win32/ifaddrs.h index bc9225ae4c03..be971a630355 100644 --- a/src/include/win32/ifaddrs.h +++ b/src/include/win32/ifaddrs.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/win32/win32_errno.h b/src/include/win32/win32_errno.h index ae7d553b0bfe..88c3ae9a2612 100644 --- a/src/include/win32/win32_errno.h +++ b/src/include/win32/win32_errno.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/win32/winsock_compat.h b/src/include/win32/winsock_compat.h index 6201fe52775b..e58a6bad0f0a 100644 --- a/src/include/win32/winsock_compat.h +++ b/src/include/win32/winsock_compat.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/win32/winsock_wrapper.h b/src/include/win32/winsock_wrapper.h index a26c4a0c980c..d4cae45f796b 100644 --- a/src/include/win32/winsock_wrapper.h +++ b/src/include/win32/winsock_wrapper.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/include/xlist.h b/src/include/xlist.h index 421fbb4a4de9..fb37ff18d8df 100644 --- a/src/include/xlist.h +++ b/src/include/xlist.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/journal/JournalMetadataListener.h b/src/journal/JournalMetadataListener.h index 69a22c58153d..03ce38ed58bd 100644 --- a/src/journal/JournalMetadataListener.h +++ b/src/journal/JournalMetadataListener.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/kv/KeyValueDB.h b/src/kv/KeyValueDB.h index a6c1c1b0f9d4..68f07394eaa7 100644 --- a/src/kv/KeyValueDB.h +++ b/src/kv/KeyValueDB.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef KEY_VALUE_DB_H #define KEY_VALUE_DB_H diff --git a/src/kv/KeyValueHistogram.h b/src/kv/KeyValueHistogram.h index 77b47802dac2..954245c45437 100644 --- a/src/kv/KeyValueHistogram.h +++ b/src/kv/KeyValueHistogram.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef KeyValueHistogram_H #define KeyValueHistogram_H diff --git a/src/kv/RocksDBStore.h b/src/kv/RocksDBStore.h index cbbaf8856163..e52b969586ce 100644 --- a/src/kv/RocksDBStore.h +++ b/src/kv/RocksDBStore.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef ROCKS_DB_STORE_H #define ROCKS_DB_STORE_H diff --git a/src/librados/AioCompletionImpl.h b/src/librados/AioCompletionImpl.h index 8e1a59c6f448..d83557d4544e 100644 --- a/src/librados/AioCompletionImpl.h +++ b/src/librados/AioCompletionImpl.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/librados/IoCtxImpl.h b/src/librados/IoCtxImpl.h index 3a9b95b719e5..183dab976fc5 100644 --- a/src/librados/IoCtxImpl.h +++ b/src/librados/IoCtxImpl.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/librados/ListObjectImpl.h b/src/librados/ListObjectImpl.h index 3cbb18a83d44..8e026d5950ff 100644 --- a/src/librados/ListObjectImpl.h +++ b/src/librados/ListObjectImpl.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/librados/ObjectOperationImpl.h b/src/librados/ObjectOperationImpl.h index e8b04cbe8105..182e5c3fa33f 100644 --- a/src/librados/ObjectOperationImpl.h +++ b/src/librados/ObjectOperationImpl.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/librados/PoolAsyncCompletionImpl.h b/src/librados/PoolAsyncCompletionImpl.h index acc8396788ae..5bbd1089e5ef 100644 --- a/src/librados/PoolAsyncCompletionImpl.h +++ b/src/librados/PoolAsyncCompletionImpl.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/librados/RadosClient.h b/src/librados/RadosClient.h index 1ee747947747..699289c7374d 100644 --- a/src/librados/RadosClient.h +++ b/src/librados/RadosClient.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/librados/RadosXattrIter.h b/src/librados/RadosXattrIter.h index b48680916df6..91e38fa7fb98 100644 --- a/src/librados/RadosXattrIter.h +++ b/src/librados/RadosXattrIter.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/librados/librados_asio.h b/src/librados/librados_asio.h index f5e7184cc07a..3402e4a7bde2 100644 --- a/src/librados/librados_asio.h +++ b/src/librados/librados_asio.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/libradosstriper/MultiAioCompletionImpl.h b/src/libradosstriper/MultiAioCompletionImpl.h index 081ac1abbf36..5ac630cb16e6 100644 --- a/src/libradosstriper/MultiAioCompletionImpl.h +++ b/src/libradosstriper/MultiAioCompletionImpl.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/libradosstriper/RadosStriperImpl.h b/src/libradosstriper/RadosStriperImpl.h index 8b507e63f371..7b4c750e85da 100644 --- a/src/libradosstriper/RadosStriperImpl.h +++ b/src/libradosstriper/RadosStriperImpl.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/librbd/AsyncObjectThrottle.h b/src/librbd/AsyncObjectThrottle.h index 037aa140d7f1..158b1e1f1ec6 100644 --- a/src/librbd/AsyncObjectThrottle.h +++ b/src/librbd/AsyncObjectThrottle.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_LIBRBD_ASYNC_OBJECT_THROTTLE_H #define CEPH_LIBRBD_ASYNC_OBJECT_THROTTLE_H diff --git a/src/librbd/AsyncRequest.h b/src/librbd/AsyncRequest.h index 1c0ed5167a49..5ce394100e01 100644 --- a/src/librbd/AsyncRequest.h +++ b/src/librbd/AsyncRequest.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_LIBRBD_ASYNC_REQUEST_H #define CEPH_LIBRBD_ASYNC_REQUEST_H diff --git a/src/librbd/ImageCtx.h b/src/librbd/ImageCtx.h index 67a6259d0bb4..134f0b30109d 100644 --- a/src/librbd/ImageCtx.h +++ b/src/librbd/ImageCtx.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_LIBRBD_IMAGECTX_H #define CEPH_LIBRBD_IMAGECTX_H diff --git a/src/librbd/LibrbdAdminSocketHook.h b/src/librbd/LibrbdAdminSocketHook.h index 1f0f43e5f48d..5d005042507f 100644 --- a/src/librbd/LibrbdAdminSocketHook.h +++ b/src/librbd/LibrbdAdminSocketHook.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_LIBRBD_LIBRBDADMINSOCKETHOOK_H #define CEPH_LIBRBD_LIBRBDADMINSOCKETHOOK_H diff --git a/src/librbd/TaskFinisher.h b/src/librbd/TaskFinisher.h index bdd55bffb1d1..a9ed8ed51e1a 100644 --- a/src/librbd/TaskFinisher.h +++ b/src/librbd/TaskFinisher.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef LIBRBD_TASK_FINISHER_H #define LIBRBD_TASK_FINISHER_H diff --git a/src/librbd/WatchNotifyTypes.h b/src/librbd/WatchNotifyTypes.h index 052b262b8724..0f5ceaf0bd1a 100644 --- a/src/librbd/WatchNotifyTypes.h +++ b/src/librbd/WatchNotifyTypes.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef LIBRBD_WATCH_NOTIFY_TYPES_H #define LIBRBD_WATCH_NOTIFY_TYPES_H diff --git a/src/librbd/internal.h b/src/librbd/internal.h index 58bd46551aa3..c831173f572b 100644 --- a/src/librbd/internal.h +++ b/src/librbd/internal.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_LIBRBD_INTERNAL_H #define CEPH_LIBRBD_INTERNAL_H diff --git a/src/librbd/operation/FlattenRequest.h b/src/librbd/operation/FlattenRequest.h index 64b9a47535c8..6c50345fb248 100644 --- a/src/librbd/operation/FlattenRequest.h +++ b/src/librbd/operation/FlattenRequest.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_LIBRBD_OPERATION_FLATTEN_REQUEST_H #define CEPH_LIBRBD_OPERATION_FLATTEN_REQUEST_H diff --git a/src/librbd/operation/MigrateRequest.h b/src/librbd/operation/MigrateRequest.h index 3b679a977857..59bc9a31f11b 100644 --- a/src/librbd/operation/MigrateRequest.h +++ b/src/librbd/operation/MigrateRequest.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_LIBRBD_OPERATION_MIGRATE_REQUEST_H #define CEPH_LIBRBD_OPERATION_MIGRATE_REQUEST_H diff --git a/src/librbd/operation/ObjectMapIterate.h b/src/librbd/operation/ObjectMapIterate.h index 445689cde5d8..09e1b7180cca 100644 --- a/src/librbd/operation/ObjectMapIterate.h +++ b/src/librbd/operation/ObjectMapIterate.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_LIBRBD_OPERATION_OBJECT_MAP_ITERATE_H #define CEPH_LIBRBD_OPERATION_OBJECT_MAP_ITERATE_H diff --git a/src/librbd/operation/RebuildObjectMapRequest.h b/src/librbd/operation/RebuildObjectMapRequest.h index 982365a98252..6afe0be0a6c0 100644 --- a/src/librbd/operation/RebuildObjectMapRequest.h +++ b/src/librbd/operation/RebuildObjectMapRequest.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_LIBRBD_OPERATION_REBUILD_OBJECT_MAP_REQUEST_H #define CEPH_LIBRBD_OPERATION_REBUILD_OBJECT_MAP_REQUEST_H diff --git a/src/librbd/operation/ResizeRequest.h b/src/librbd/operation/ResizeRequest.h index 0e890e9e17aa..6829327c2960 100644 --- a/src/librbd/operation/ResizeRequest.h +++ b/src/librbd/operation/ResizeRequest.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_LIBRBD_OPERATION_RESIZE_REQUEST_H #define CEPH_LIBRBD_OPERATION_RESIZE_REQUEST_H diff --git a/src/librbd/operation/SparsifyRequest.h b/src/librbd/operation/SparsifyRequest.h index f9fdb2400073..ed5cc8f57bd8 100644 --- a/src/librbd/operation/SparsifyRequest.h +++ b/src/librbd/operation/SparsifyRequest.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_LIBRBD_OPERATION_SPARSIFY_REQUEST_H #define CEPH_LIBRBD_OPERATION_SPARSIFY_REQUEST_H diff --git a/src/librbd/operation/TrimRequest.h b/src/librbd/operation/TrimRequest.h index 3a9f12d5ca00..345d06c9d3d1 100644 --- a/src/librbd/operation/TrimRequest.h +++ b/src/librbd/operation/TrimRequest.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_LIBRBD_OPERATION_TRIM_REQUEST_H #define CEPH_LIBRBD_OPERATION_TRIM_REQUEST_H diff --git a/src/mds/Anchor.h b/src/mds/Anchor.h index e14611adfe69..193de3f2b374 100644 --- a/src/mds/Anchor.h +++ b/src/mds/Anchor.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/BatchOp.h b/src/mds/BatchOp.h index 887f59b56b3f..c753f98fd619 100644 --- a/src/mds/BatchOp.h +++ b/src/mds/BatchOp.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/Beacon.h b/src/mds/Beacon.h index 59f24c3375ad..71c6c46190dc 100644 --- a/src/mds/Beacon.h +++ b/src/mds/Beacon.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/CDentry.h b/src/mds/CDentry.h index 923e403315e7..0402dae2f3ae 100644 --- a/src/mds/CDentry.h +++ b/src/mds/CDentry.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/CDir.h b/src/mds/CDir.h index 6265d9b6f6d1..9f66dbb68ec6 100644 --- a/src/mds/CDir.h +++ b/src/mds/CDir.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/CInode.h b/src/mds/CInode.h index 6a2495c619d6..519006a997c0 100644 --- a/src/mds/CInode.h +++ b/src/mds/CInode.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/Capability.h b/src/mds/Capability.h index a526635189af..91d1a265fe55 100644 --- a/src/mds/Capability.h +++ b/src/mds/Capability.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/DamageTable.h b/src/mds/DamageTable.h index 247059ccb9bc..e4c576e60cf1 100644 --- a/src/mds/DamageTable.h +++ b/src/mds/DamageTable.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/FSMap.h b/src/mds/FSMap.h index e1961dda5fd6..2f1e11e0f078 100644 --- a/src/mds/FSMap.h +++ b/src/mds/FSMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/FSMapUser.h b/src/mds/FSMapUser.h index 826a185934f4..8f361652e458 100644 --- a/src/mds/FSMapUser.h +++ b/src/mds/FSMapUser.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/InoTable.h b/src/mds/InoTable.h index c047cbb19215..f4c907a52098 100644 --- a/src/mds/InoTable.h +++ b/src/mds/InoTable.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/JournalPointer.h b/src/mds/JournalPointer.h index 684f027912b7..57bf2d585968 100644 --- a/src/mds/JournalPointer.h +++ b/src/mds/JournalPointer.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/LocalLockC.h b/src/mds/LocalLockC.h index 30fba3f37279..edaa6aee7e89 100644 --- a/src/mds/LocalLockC.h +++ b/src/mds/LocalLockC.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/Locker.h b/src/mds/Locker.h index e52c63e0c2f3..0df1b5649895 100644 --- a/src/mds/Locker.h +++ b/src/mds/Locker.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/LogEvent.h b/src/mds/LogEvent.h index 8598230f81e4..b929a9544072 100644 --- a/src/mds/LogEvent.h +++ b/src/mds/LogEvent.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/LogSegment.h b/src/mds/LogSegment.h index 1cc58d8e3814..445955fec8b9 100644 --- a/src/mds/LogSegment.h +++ b/src/mds/LogSegment.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/LogSegmentRef.h b/src/mds/LogSegmentRef.h index 4ee5caf26e20..8d1a3d3f4878 100644 --- a/src/mds/LogSegmentRef.h +++ b/src/mds/LogSegmentRef.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/MDBalancer.h b/src/mds/MDBalancer.h index 10f9a1f40bfb..129bc49466df 100644 --- a/src/mds/MDBalancer.h +++ b/src/mds/MDBalancer.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/MDCache.h b/src/mds/MDCache.h index 5de2968b1059..fe77542ada61 100644 --- a/src/mds/MDCache.h +++ b/src/mds/MDCache.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/MDLog.h b/src/mds/MDLog.h index b57f36689cd3..e437c33d4f3d 100644 --- a/src/mds/MDLog.h +++ b/src/mds/MDLog.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/MDSAuthCaps.h b/src/mds/MDSAuthCaps.h index 7b26e0256a92..d2ebc366fe34 100644 --- a/src/mds/MDSAuthCaps.h +++ b/src/mds/MDSAuthCaps.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/MDSContext.h b/src/mds/MDSContext.h index cef2b82f1f8e..e80b914eccd2 100644 --- a/src/mds/MDSContext.h +++ b/src/mds/MDSContext.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/MDSContinuation.h b/src/mds/MDSContinuation.h index 472cb5ee8927..1fcf1c6945d8 100644 --- a/src/mds/MDSContinuation.h +++ b/src/mds/MDSContinuation.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/MDSDaemon.h b/src/mds/MDSDaemon.h index bd0fb18fe2da..4a3cf3b890a0 100644 --- a/src/mds/MDSDaemon.h +++ b/src/mds/MDSDaemon.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/MDSMap.h b/src/mds/MDSMap.h index 857e5bd2453f..bd1f8ede2fce 100644 --- a/src/mds/MDSMap.h +++ b/src/mds/MDSMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/MDSMetaRequest.h b/src/mds/MDSMetaRequest.h index 33c0c5f015bd..16684c01ab8b 100644 --- a/src/mds/MDSMetaRequest.h +++ b/src/mds/MDSMetaRequest.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/MDSRank.h b/src/mds/MDSRank.h index f10b27b2b682..80657432c430 100644 --- a/src/mds/MDSRank.h +++ b/src/mds/MDSRank.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/MDSTable.h b/src/mds/MDSTable.h index de2738d08895..5b324f6097b1 100644 --- a/src/mds/MDSTable.h +++ b/src/mds/MDSTable.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/MDSTableClient.h b/src/mds/MDSTableClient.h index 2d7ca5ecf247..43721a5fc1e3 100644 --- a/src/mds/MDSTableClient.h +++ b/src/mds/MDSTableClient.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/MDSTableServer.h b/src/mds/MDSTableServer.h index aa6a676265a9..db2cd0da036c 100644 --- a/src/mds/MDSTableServer.h +++ b/src/mds/MDSTableServer.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/Mantle.h b/src/mds/Mantle.h index 8bf07b3bd7aa..17c7807b17a3 100644 --- a/src/mds/Mantle.h +++ b/src/mds/Mantle.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/Migrator.h b/src/mds/Migrator.h index e607ef15b1cf..a0dca02240d4 100644 --- a/src/mds/Migrator.h +++ b/src/mds/Migrator.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/Mutation.h b/src/mds/Mutation.h index dcd80b7b3272..e34cd264148b 100644 --- a/src/mds/Mutation.h +++ b/src/mds/Mutation.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/OpenFileTable.h b/src/mds/OpenFileTable.h index bb576478a8b2..9e308a455d4c 100644 --- a/src/mds/OpenFileTable.h +++ b/src/mds/OpenFileTable.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/PurgeQueue.h b/src/mds/PurgeQueue.h index 033d4d317c8b..73fec87c3951 100644 --- a/src/mds/PurgeQueue.h +++ b/src/mds/PurgeQueue.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/RecoveryQueue.h b/src/mds/RecoveryQueue.h index 91089f8aa393..3089968102b4 100644 --- a/src/mds/RecoveryQueue.h +++ b/src/mds/RecoveryQueue.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/RetryMessage.h b/src/mds/RetryMessage.h index 495cc4ffded1..d456993374fb 100644 --- a/src/mds/RetryMessage.h +++ b/src/mds/RetryMessage.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/RetryRequest.h b/src/mds/RetryRequest.h index 28835162c34e..84a6ab15af62 100644 --- a/src/mds/RetryRequest.h +++ b/src/mds/RetryRequest.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/ScatterLock.h b/src/mds/ScatterLock.h index 815f9880e6c3..e04393f52c0d 100644 --- a/src/mds/ScatterLock.h +++ b/src/mds/ScatterLock.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/ScrubHeader.h b/src/mds/ScrubHeader.h index 026a02765e2c..82ac4ab4ce88 100644 --- a/src/mds/ScrubHeader.h +++ b/src/mds/ScrubHeader.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/ScrubStack.h b/src/mds/ScrubStack.h index 0542ba57c8b4..f5e4c736793c 100644 --- a/src/mds/ScrubStack.h +++ b/src/mds/ScrubStack.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/SegmentBoundary.h b/src/mds/SegmentBoundary.h index 0aa6e5daa277..20d97ef33a9f 100644 --- a/src/mds/SegmentBoundary.h +++ b/src/mds/SegmentBoundary.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/Server.h b/src/mds/Server.h index 2c4f557e9c18..e344c6b7081a 100644 --- a/src/mds/Server.h +++ b/src/mds/Server.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/SessionMap.h b/src/mds/SessionMap.h index 378179ea592b..c3954b4ccc14 100644 --- a/src/mds/SessionMap.h +++ b/src/mds/SessionMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/SimpleLock.h b/src/mds/SimpleLock.h index 1f68f433464c..bddd6dd217f5 100644 --- a/src/mds/SimpleLock.h +++ b/src/mds/SimpleLock.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/SnapClient.h b/src/mds/SnapClient.h index 3237e6d3ea67..9380856c46b3 100644 --- a/src/mds/SnapClient.h +++ b/src/mds/SnapClient.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/SnapRealm.h b/src/mds/SnapRealm.h index 2eb9490f2c3d..58f2210b4e74 100644 --- a/src/mds/SnapRealm.h +++ b/src/mds/SnapRealm.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/SnapServer.h b/src/mds/SnapServer.h index a330159a1537..46579bb23076 100644 --- a/src/mds/SnapServer.h +++ b/src/mds/SnapServer.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/cephfs_features.h b/src/mds/cephfs_features.h index 08e79eaaf8da..b1236cf4a929 100644 --- a/src/mds/cephfs_features.h +++ b/src/mds/cephfs_features.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/ECommitted.h b/src/mds/events/ECommitted.h index b43b3f9737c2..116865949b09 100644 --- a/src/mds/events/ECommitted.h +++ b/src/mds/events/ECommitted.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/EExport.h b/src/mds/events/EExport.h index 9e90391ed2a7..b34d473b9e8d 100644 --- a/src/mds/events/EExport.h +++ b/src/mds/events/EExport.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/EFragment.h b/src/mds/events/EFragment.h index abac8408a61f..51f604688076 100644 --- a/src/mds/events/EFragment.h +++ b/src/mds/events/EFragment.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/EImportFinish.h b/src/mds/events/EImportFinish.h index ff0559a9b4b5..b6e5d7295b60 100644 --- a/src/mds/events/EImportFinish.h +++ b/src/mds/events/EImportFinish.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/EImportStart.h b/src/mds/events/EImportStart.h index 93af0c25baaf..8c66bc37f3be 100644 --- a/src/mds/events/EImportStart.h +++ b/src/mds/events/EImportStart.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/ELid.h b/src/mds/events/ELid.h index d5f6a5d7f637..60654be7c896 100644 --- a/src/mds/events/ELid.h +++ b/src/mds/events/ELid.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/EMetaBlob.h b/src/mds/events/EMetaBlob.h index 63ec413df71f..cc3e1bbe70a0 100644 --- a/src/mds/events/EMetaBlob.h +++ b/src/mds/events/EMetaBlob.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/ENoOp.h b/src/mds/events/ENoOp.h index 194f04ab4b92..47a895ad9870 100644 --- a/src/mds/events/ENoOp.h +++ b/src/mds/events/ENoOp.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/EOpen.h b/src/mds/events/EOpen.h index 4ff075331a79..a499bdc0d103 100644 --- a/src/mds/events/EOpen.h +++ b/src/mds/events/EOpen.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/EPeerUpdate.h b/src/mds/events/EPeerUpdate.h index 6cb3b77e0574..adf7faf857d4 100644 --- a/src/mds/events/EPeerUpdate.h +++ b/src/mds/events/EPeerUpdate.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/EPurged.h b/src/mds/events/EPurged.h index 988c1d91b9df..d9b21b8545a3 100644 --- a/src/mds/events/EPurged.h +++ b/src/mds/events/EPurged.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/EResetJournal.h b/src/mds/events/EResetJournal.h index d4799be5d042..cf11590796a7 100644 --- a/src/mds/events/EResetJournal.h +++ b/src/mds/events/EResetJournal.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/ESegment.h b/src/mds/events/ESegment.h index aea1c24fe8b5..3f1682a0e116 100644 --- a/src/mds/events/ESegment.h +++ b/src/mds/events/ESegment.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/ESession.h b/src/mds/events/ESession.h index c63e8fe7daef..ae9e77471489 100644 --- a/src/mds/events/ESession.h +++ b/src/mds/events/ESession.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/ESessions.h b/src/mds/events/ESessions.h index bd528286dceb..32ef9d2fcd6c 100644 --- a/src/mds/events/ESessions.h +++ b/src/mds/events/ESessions.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/ESubtreeMap.h b/src/mds/events/ESubtreeMap.h index 09d0e9e25ff7..57d501df6d3f 100644 --- a/src/mds/events/ESubtreeMap.h +++ b/src/mds/events/ESubtreeMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/ETableClient.h b/src/mds/events/ETableClient.h index d065dca426c3..50d1e966c40d 100644 --- a/src/mds/events/ETableClient.h +++ b/src/mds/events/ETableClient.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/ETableServer.h b/src/mds/events/ETableServer.h index fdbeaaee1831..e0c2dba1a3b5 100644 --- a/src/mds/events/ETableServer.h +++ b/src/mds/events/ETableServer.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/events/EUpdate.h b/src/mds/events/EUpdate.h index d18936fd259c..b36e29bd699b 100644 --- a/src/mds/events/EUpdate.h +++ b/src/mds/events/EUpdate.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/flock.h b/src/mds/flock.h index 67d716ad4cbe..f868724ddaf0 100644 --- a/src/mds/flock.h +++ b/src/mds/flock.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_MDS_FLOCK_H #define CEPH_MDS_FLOCK_H diff --git a/src/mds/fscrypt.h b/src/mds/fscrypt.h index 97fda18ff540..f6be2e3c1d3c 100644 --- a/src/mds/fscrypt.h +++ b/src/mds/fscrypt.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/inode_backtrace.h b/src/mds/inode_backtrace.h index 7ae6ccc1afdc..e612fc1b8b55 100644 --- a/src/mds/inode_backtrace.h +++ b/src/mds/inode_backtrace.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_INODE_BACKTRACE_H #define CEPH_INODE_BACKTRACE_H diff --git a/src/mds/mds_table_types.h b/src/mds/mds_table_types.h index 5104746d0783..ebf07ba32639 100644 --- a/src/mds/mds_table_types.h +++ b/src/mds/mds_table_types.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mds/mdstypes.h b/src/mds/mdstypes.h index 8ce02a03d08f..06240554e958 100644 --- a/src/mds/mdstypes.h +++ b/src/mds/mdstypes.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_MDSTYPES_H #define CEPH_MDSTYPES_H diff --git a/src/mds/snap.h b/src/mds/snap.h index f2e7a6ba91cc..ea145d4e843e 100644 --- a/src/mds/snap.h +++ b/src/mds/snap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MAuth.h b/src/messages/MAuth.h index 8733c2525be5..951ee98ccec7 100644 --- a/src/messages/MAuth.h +++ b/src/messages/MAuth.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MAuthReply.h b/src/messages/MAuthReply.h index 7331f56b4982..17729d82fd0c 100644 --- a/src/messages/MAuthReply.h +++ b/src/messages/MAuthReply.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MBackfillReserve.h b/src/messages/MBackfillReserve.h index a24b202994e6..d0cdaefc1388 100644 --- a/src/messages/MBackfillReserve.h +++ b/src/messages/MBackfillReserve.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MCacheExpire.h b/src/messages/MCacheExpire.h index 901944bc6a48..e819034cd92a 100644 --- a/src/messages/MCacheExpire.h +++ b/src/messages/MCacheExpire.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MClientCapRelease.h b/src/messages/MClientCapRelease.h index 3d5f63c5a5cb..583672ae6f0a 100644 --- a/src/messages/MClientCapRelease.h +++ b/src/messages/MClientCapRelease.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MClientCaps.h b/src/messages/MClientCaps.h index 10546cc6491a..5bf71f35ff25 100644 --- a/src/messages/MClientCaps.h +++ b/src/messages/MClientCaps.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MClientLease.h b/src/messages/MClientLease.h index 39b35364937f..de12cd1f06eb 100644 --- a/src/messages/MClientLease.h +++ b/src/messages/MClientLease.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MClientReclaim.h b/src/messages/MClientReclaim.h index 0426a9f5662b..32b7b70658d4 100644 --- a/src/messages/MClientReclaim.h +++ b/src/messages/MClientReclaim.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MClientReclaimReply.h b/src/messages/MClientReclaimReply.h index 3769944e234f..d4b81050eeff 100644 --- a/src/messages/MClientReclaimReply.h +++ b/src/messages/MClientReclaimReply.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MClientReconnect.h b/src/messages/MClientReconnect.h index b540fbe4f063..7d534a2450ad 100644 --- a/src/messages/MClientReconnect.h +++ b/src/messages/MClientReconnect.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MClientReply.h b/src/messages/MClientReply.h index fee620cf16b0..6a0fe5a198c6 100644 --- a/src/messages/MClientReply.h +++ b/src/messages/MClientReply.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MClientRequest.h b/src/messages/MClientRequest.h index 283e409ee552..1ef4bbfa73a2 100644 --- a/src/messages/MClientRequest.h +++ b/src/messages/MClientRequest.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MClientRequestForward.h b/src/messages/MClientRequestForward.h index 364b4f08658e..fdb3813878c8 100644 --- a/src/messages/MClientRequestForward.h +++ b/src/messages/MClientRequestForward.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MClientSession.h b/src/messages/MClientSession.h index de0d2e219e09..1f4a9aa065f3 100644 --- a/src/messages/MClientSession.h +++ b/src/messages/MClientSession.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MClientSnap.h b/src/messages/MClientSnap.h index f041f9c4ecba..0f5e5c25fb62 100644 --- a/src/messages/MClientSnap.h +++ b/src/messages/MClientSnap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MCommand.h b/src/messages/MCommand.h index 9a358a6e33da..cb0353e57312 100644 --- a/src/messages/MCommand.h +++ b/src/messages/MCommand.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MCommandReply.h b/src/messages/MCommandReply.h index 2e9c0e8332a5..2037f6e3fba7 100644 --- a/src/messages/MCommandReply.h +++ b/src/messages/MCommandReply.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MDentryLink.h b/src/messages/MDentryLink.h index 2504337db66d..e8e919a6f103 100644 --- a/src/messages/MDentryLink.h +++ b/src/messages/MDentryLink.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MDentryUnlink.h b/src/messages/MDentryUnlink.h index 42cefc994af5..71e744dc97fb 100644 --- a/src/messages/MDentryUnlink.h +++ b/src/messages/MDentryUnlink.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MDirUpdate.h b/src/messages/MDirUpdate.h index 03fa79ed0c83..5f4b45a87fae 100644 --- a/src/messages/MDirUpdate.h +++ b/src/messages/MDirUpdate.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MDiscover.h b/src/messages/MDiscover.h index 443ef18ace37..7e27b837d9b6 100644 --- a/src/messages/MDiscover.h +++ b/src/messages/MDiscover.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MDiscoverReply.h b/src/messages/MDiscoverReply.h index 386eb939d407..3c9dbed424d4 100644 --- a/src/messages/MDiscoverReply.h +++ b/src/messages/MDiscoverReply.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MExportCaps.h b/src/messages/MExportCaps.h index 6853cdfe483b..51764ebcfedd 100644 --- a/src/messages/MExportCaps.h +++ b/src/messages/MExportCaps.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MExportCapsAck.h b/src/messages/MExportCapsAck.h index 6e4e0e0d4339..568e4cb4af39 100644 --- a/src/messages/MExportCapsAck.h +++ b/src/messages/MExportCapsAck.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MExportDir.h b/src/messages/MExportDir.h index b043631dcd04..de653bdf4aa0 100644 --- a/src/messages/MExportDir.h +++ b/src/messages/MExportDir.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MExportDirAck.h b/src/messages/MExportDirAck.h index 5346dd2593e9..cee5a62fe5c0 100644 --- a/src/messages/MExportDirAck.h +++ b/src/messages/MExportDirAck.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MExportDirCancel.h b/src/messages/MExportDirCancel.h index 6c5115a107d8..5a7c1588c3ea 100644 --- a/src/messages/MExportDirCancel.h +++ b/src/messages/MExportDirCancel.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MExportDirDiscover.h b/src/messages/MExportDirDiscover.h index b007e042972b..91f2db1dd67d 100644 --- a/src/messages/MExportDirDiscover.h +++ b/src/messages/MExportDirDiscover.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MExportDirDiscoverAck.h b/src/messages/MExportDirDiscoverAck.h index f7af74fbb1be..530a477835df 100644 --- a/src/messages/MExportDirDiscoverAck.h +++ b/src/messages/MExportDirDiscoverAck.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MExportDirFinish.h b/src/messages/MExportDirFinish.h index 746ad944585f..f5c314c15660 100644 --- a/src/messages/MExportDirFinish.h +++ b/src/messages/MExportDirFinish.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MExportDirNotify.h b/src/messages/MExportDirNotify.h index e8f35d69982c..3d6c873038b6 100644 --- a/src/messages/MExportDirNotify.h +++ b/src/messages/MExportDirNotify.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MExportDirNotifyAck.h b/src/messages/MExportDirNotifyAck.h index 67ce28185fac..b38f09fbfa2b 100644 --- a/src/messages/MExportDirNotifyAck.h +++ b/src/messages/MExportDirNotifyAck.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MExportDirPrep.h b/src/messages/MExportDirPrep.h index d999a58ad63b..ed062221feab 100644 --- a/src/messages/MExportDirPrep.h +++ b/src/messages/MExportDirPrep.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MExportDirPrepAck.h b/src/messages/MExportDirPrepAck.h index 90dd198998f2..3d2e8d53028b 100644 --- a/src/messages/MExportDirPrepAck.h +++ b/src/messages/MExportDirPrepAck.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MFSMap.h b/src/messages/MFSMap.h index 5edaf0063e6c..e8fcefbd3953 100644 --- a/src/messages/MFSMap.h +++ b/src/messages/MFSMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MFSMapUser.h b/src/messages/MFSMapUser.h index eb18ccf93067..4ef90e7ca226 100644 --- a/src/messages/MFSMapUser.h +++ b/src/messages/MFSMapUser.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MForward.h b/src/messages/MForward.h index 3759db1f7a44..f401786266e2 100644 --- a/src/messages/MForward.h +++ b/src/messages/MForward.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MGenericMessage.h b/src/messages/MGenericMessage.h index 7f181de5f81a..81f07183535c 100644 --- a/src/messages/MGenericMessage.h +++ b/src/messages/MGenericMessage.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MGetPoolStats.h b/src/messages/MGetPoolStats.h index efa8c4680e38..6752a51a4755 100644 --- a/src/messages/MGetPoolStats.h +++ b/src/messages/MGetPoolStats.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MGetPoolStatsReply.h b/src/messages/MGetPoolStatsReply.h index 4441c9569ef1..0085bd42a37f 100644 --- a/src/messages/MGetPoolStatsReply.h +++ b/src/messages/MGetPoolStatsReply.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MHeartbeat.h b/src/messages/MHeartbeat.h index 7a1b28b56255..23693ceca54d 100644 --- a/src/messages/MHeartbeat.h +++ b/src/messages/MHeartbeat.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MInodeFileCaps.h b/src/messages/MInodeFileCaps.h index 9c10ebeaafde..b4178acb156e 100644 --- a/src/messages/MInodeFileCaps.h +++ b/src/messages/MInodeFileCaps.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MLock.h b/src/messages/MLock.h index 4472fec2b184..ed0a60af7797 100644 --- a/src/messages/MLock.h +++ b/src/messages/MLock.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MLog.h b/src/messages/MLog.h index 4d0705a435c6..87a9b722e4d7 100644 --- a/src/messages/MLog.h +++ b/src/messages/MLog.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MLogAck.h b/src/messages/MLogAck.h index f8c337989355..9317bb24b83f 100644 --- a/src/messages/MLogAck.h +++ b/src/messages/MLogAck.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSBeacon.h b/src/messages/MMDSBeacon.h index 0b4c43e8152b..18d2e0ade528 100644 --- a/src/messages/MMDSBeacon.h +++ b/src/messages/MMDSBeacon.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSCacheRejoin.h b/src/messages/MMDSCacheRejoin.h index f925d4c7e875..71be73b4a156 100644 --- a/src/messages/MMDSCacheRejoin.h +++ b/src/messages/MMDSCacheRejoin.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSFindIno.h b/src/messages/MMDSFindIno.h index e8e3f411a4f9..f9a2f08a7d12 100644 --- a/src/messages/MMDSFindIno.h +++ b/src/messages/MMDSFindIno.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSFindInoReply.h b/src/messages/MMDSFindInoReply.h index 9c853c05f814..ced61ed9718f 100644 --- a/src/messages/MMDSFindInoReply.h +++ b/src/messages/MMDSFindInoReply.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSFragmentNotify.h b/src/messages/MMDSFragmentNotify.h index 8c549d7fcee0..7ab1766ba4b5 100644 --- a/src/messages/MMDSFragmentNotify.h +++ b/src/messages/MMDSFragmentNotify.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSFragmentNotifyAck.h b/src/messages/MMDSFragmentNotifyAck.h index 00e44d92c027..635a7525db18 100644 --- a/src/messages/MMDSFragmentNotifyAck.h +++ b/src/messages/MMDSFragmentNotifyAck.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSLoadTargets.h b/src/messages/MMDSLoadTargets.h index 094f6607ccf1..09a8609955d1 100644 --- a/src/messages/MMDSLoadTargets.h +++ b/src/messages/MMDSLoadTargets.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSMap.h b/src/messages/MMDSMap.h index ea386fb6e391..abefea917bd3 100644 --- a/src/messages/MMDSMap.h +++ b/src/messages/MMDSMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSOpenIno.h b/src/messages/MMDSOpenIno.h index 3e238551ad79..ee4e758b4743 100644 --- a/src/messages/MMDSOpenIno.h +++ b/src/messages/MMDSOpenIno.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSOpenInoReply.h b/src/messages/MMDSOpenInoReply.h index c6ac28194b98..6b20de3f98a4 100644 --- a/src/messages/MMDSOpenInoReply.h +++ b/src/messages/MMDSOpenInoReply.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSPeerRequest.h b/src/messages/MMDSPeerRequest.h index 96154d683f67..bf069a8f8fa7 100644 --- a/src/messages/MMDSPeerRequest.h +++ b/src/messages/MMDSPeerRequest.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSQuiesceDbAck.h b/src/messages/MMDSQuiesceDbAck.h index 3c043087baed..3a0341307566 100644 --- a/src/messages/MMDSQuiesceDbAck.h +++ b/src/messages/MMDSQuiesceDbAck.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSQuiesceDbListing.h b/src/messages/MMDSQuiesceDbListing.h index 7833029ca73a..17a16ed60c4c 100644 --- a/src/messages/MMDSQuiesceDbListing.h +++ b/src/messages/MMDSQuiesceDbListing.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSResolve.h b/src/messages/MMDSResolve.h index bc6f4d08de92..ee410cc78e4e 100644 --- a/src/messages/MMDSResolve.h +++ b/src/messages/MMDSResolve.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSResolveAck.h b/src/messages/MMDSResolveAck.h index 35e9135b0cb2..330fc2f11590 100644 --- a/src/messages/MMDSResolveAck.h +++ b/src/messages/MMDSResolveAck.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSScrub.h b/src/messages/MMDSScrub.h index e6b205967e25..31b5ab7f759b 100644 --- a/src/messages/MMDSScrub.h +++ b/src/messages/MMDSScrub.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSScrubStats.h b/src/messages/MMDSScrubStats.h index 7fdbb2a57d19..9295a08b4032 100644 --- a/src/messages/MMDSScrubStats.h +++ b/src/messages/MMDSScrubStats.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSSnapUpdate.h b/src/messages/MMDSSnapUpdate.h index 0cff457c82e4..4b0382bed9a1 100644 --- a/src/messages/MMDSSnapUpdate.h +++ b/src/messages/MMDSSnapUpdate.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMDSTableRequest.h b/src/messages/MMDSTableRequest.h index 6535d61290d4..2af73b83bd3d 100644 --- a/src/messages/MMDSTableRequest.h +++ b/src/messages/MMDSTableRequest.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMgrBeacon.h b/src/messages/MMgrBeacon.h index d457672b3751..b2101d16bcb8 100644 --- a/src/messages/MMgrBeacon.h +++ b/src/messages/MMgrBeacon.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMgrConfigure.h b/src/messages/MMgrConfigure.h index 7e99641f1389..67605db8f4e2 100644 --- a/src/messages/MMgrConfigure.h +++ b/src/messages/MMgrConfigure.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMgrDigest.h b/src/messages/MMgrDigest.h index 3aeda008db13..3c6ee50b8d0d 100644 --- a/src/messages/MMgrDigest.h +++ b/src/messages/MMgrDigest.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMgrMap.h b/src/messages/MMgrMap.h index a9a1d6e3e683..9dd1a8c533ec 100644 --- a/src/messages/MMgrMap.h +++ b/src/messages/MMgrMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMgrOpen.h b/src/messages/MMgrOpen.h index 5317cac8b6fd..c225d4887633 100644 --- a/src/messages/MMgrOpen.h +++ b/src/messages/MMgrOpen.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMgrReport.h b/src/messages/MMgrReport.h index 9e06572a71b6..71e233048ab1 100644 --- a/src/messages/MMgrReport.h +++ b/src/messages/MMgrReport.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMgrUpdate.h b/src/messages/MMgrUpdate.h index fe94ac91eaa1..4416e0bc4814 100644 --- a/src/messages/MMgrUpdate.h +++ b/src/messages/MMgrUpdate.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonCommand.h b/src/messages/MMonCommand.h index 7cf47e218c7c..44217daef624 100644 --- a/src/messages/MMonCommand.h +++ b/src/messages/MMonCommand.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonCommandAck.h b/src/messages/MMonCommandAck.h index d352e00408e2..d6bb0e16fcfe 100644 --- a/src/messages/MMonCommandAck.h +++ b/src/messages/MMonCommandAck.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonElection.h b/src/messages/MMonElection.h index 26e386dbae70..afe094bbc836 100644 --- a/src/messages/MMonElection.h +++ b/src/messages/MMonElection.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonGetMap.h b/src/messages/MMonGetMap.h index a600c5632933..568084a83a76 100644 --- a/src/messages/MMonGetMap.h +++ b/src/messages/MMonGetMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonGetOSDMap.h b/src/messages/MMonGetOSDMap.h index 465bfd417375..41d9a763c220 100644 --- a/src/messages/MMonGetOSDMap.h +++ b/src/messages/MMonGetOSDMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonGetVersion.h b/src/messages/MMonGetVersion.h index fe3a307ffbe8..4ef9ba02cf18 100644 --- a/src/messages/MMonGetVersion.h +++ b/src/messages/MMonGetVersion.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonGetVersionReply.h b/src/messages/MMonGetVersionReply.h index b686c1f656a7..6843327fa69e 100644 --- a/src/messages/MMonGetVersionReply.h +++ b/src/messages/MMonGetVersionReply.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonGlobalID.h b/src/messages/MMonGlobalID.h index d129a89113db..93815463312a 100644 --- a/src/messages/MMonGlobalID.h +++ b/src/messages/MMonGlobalID.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonHealth.h b/src/messages/MMonHealth.h index a92603d4a551..5bb6fa40fad3 100644 --- a/src/messages/MMonHealth.h +++ b/src/messages/MMonHealth.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonJoin.h b/src/messages/MMonJoin.h index 5fc20b48c4f0..be4706e6e94b 100644 --- a/src/messages/MMonJoin.h +++ b/src/messages/MMonJoin.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonMap.h b/src/messages/MMonMap.h index 8bfa6e651ff2..464fa4f9c1fc 100644 --- a/src/messages/MMonMap.h +++ b/src/messages/MMonMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonMgrReport.h b/src/messages/MMonMgrReport.h index a1a1d2ae86ed..a867244b7fa8 100644 --- a/src/messages/MMonMgrReport.h +++ b/src/messages/MMonMgrReport.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonPaxos.h b/src/messages/MMonPaxos.h index cbd20877a65b..768a86c7f4a3 100644 --- a/src/messages/MMonPaxos.h +++ b/src/messages/MMonPaxos.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonPing.h b/src/messages/MMonPing.h index 326b64880d3f..3d0969b7194c 100644 --- a/src/messages/MMonPing.h +++ b/src/messages/MMonPing.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /** * This is used to send pings between monitors for * heartbeat purposes. We include a timestamp and distinguish between diff --git a/src/messages/MMonProbe.h b/src/messages/MMonProbe.h index 22de52df8359..d2466af67ff5 100644 --- a/src/messages/MMonProbe.h +++ b/src/messages/MMonProbe.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonQuorumService.h b/src/messages/MMonQuorumService.h index 3c559968c8bb..2a847ffd4f7f 100644 --- a/src/messages/MMonQuorumService.h +++ b/src/messages/MMonQuorumService.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonScrub.h b/src/messages/MMonScrub.h index e9ad6c8cd21f..db5be9943bea 100644 --- a/src/messages/MMonScrub.h +++ b/src/messages/MMonScrub.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonSubscribe.h b/src/messages/MMonSubscribe.h index 783018a54eb4..a34230e7da32 100644 --- a/src/messages/MMonSubscribe.h +++ b/src/messages/MMonSubscribe.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonSubscribeAck.h b/src/messages/MMonSubscribeAck.h index bc9b546f3923..8e5fd3fdb80e 100644 --- a/src/messages/MMonSubscribeAck.h +++ b/src/messages/MMonSubscribeAck.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonSync.h b/src/messages/MMonSync.h index b2d77f63180b..5e535c132952 100644 --- a/src/messages/MMonSync.h +++ b/src/messages/MMonSync.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MMonUsedPendingKeys.h b/src/messages/MMonUsedPendingKeys.h index 10c9e351253b..572f50e1793d 100644 --- a/src/messages/MMonUsedPendingKeys.h +++ b/src/messages/MMonUsedPendingKeys.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MNVMeofGwBeacon.h b/src/messages/MNVMeofGwBeacon.h index aa6deb2801f3..61daa5269bf6 100644 --- a/src/messages/MNVMeofGwBeacon.h +++ b/src/messages/MNVMeofGwBeacon.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MNVMeofGwMap.h b/src/messages/MNVMeofGwMap.h index ff434eacc56a..dc6bb7d49fd3 100644 --- a/src/messages/MNVMeofGwMap.h +++ b/src/messages/MNVMeofGwMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDAlive.h b/src/messages/MOSDAlive.h index 6388d09b2897..c0ebcddc1367 100644 --- a/src/messages/MOSDAlive.h +++ b/src/messages/MOSDAlive.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDBackoff.h b/src/messages/MOSDBackoff.h index 86b06229e813..2e898e1b7ce0 100644 --- a/src/messages/MOSDBackoff.h +++ b/src/messages/MOSDBackoff.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDBoot.h b/src/messages/MOSDBoot.h index dcfb23403368..d94ec1c365ec 100644 --- a/src/messages/MOSDBoot.h +++ b/src/messages/MOSDBoot.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDECSubOpRead.h b/src/messages/MOSDECSubOpRead.h index 158646a3c48d..22614a910e92 100644 --- a/src/messages/MOSDECSubOpRead.h +++ b/src/messages/MOSDECSubOpRead.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDECSubOpReadReply.h b/src/messages/MOSDECSubOpReadReply.h index 12894f901408..93b3d41827b7 100644 --- a/src/messages/MOSDECSubOpReadReply.h +++ b/src/messages/MOSDECSubOpReadReply.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDECSubOpWrite.h b/src/messages/MOSDECSubOpWrite.h index 824e1c125aa0..c233c31b7bf9 100644 --- a/src/messages/MOSDECSubOpWrite.h +++ b/src/messages/MOSDECSubOpWrite.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDECSubOpWriteReply.h b/src/messages/MOSDECSubOpWriteReply.h index d7932aa236bc..90dbf25c1752 100644 --- a/src/messages/MOSDECSubOpWriteReply.h +++ b/src/messages/MOSDECSubOpWriteReply.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDFailure.h b/src/messages/MOSDFailure.h index 89d2d9c89ca3..aa0246e0ab60 100644 --- a/src/messages/MOSDFailure.h +++ b/src/messages/MOSDFailure.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDForceRecovery.h b/src/messages/MOSDForceRecovery.h index ef1b1439fa95..805693240f4d 100644 --- a/src/messages/MOSDForceRecovery.h +++ b/src/messages/MOSDForceRecovery.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDMap.h b/src/messages/MOSDMap.h index fb58a9ba6a3f..82d3d6abcf69 100644 --- a/src/messages/MOSDMap.h +++ b/src/messages/MOSDMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDMarkMeDown.h b/src/messages/MOSDMarkMeDown.h index f20c2f064742..f8179bc91113 100644 --- a/src/messages/MOSDMarkMeDown.h +++ b/src/messages/MOSDMarkMeDown.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDOp.h b/src/messages/MOSDOp.h index f3df27314007..7736ac1e2649 100644 --- a/src/messages/MOSDOp.h +++ b/src/messages/MOSDOp.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDOpReply.h b/src/messages/MOSDOpReply.h index ce69683979ec..279038f874a7 100644 --- a/src/messages/MOSDOpReply.h +++ b/src/messages/MOSDOpReply.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDPGBackfill.h b/src/messages/MOSDPGBackfill.h index dde626c4315e..a708bc5462f4 100644 --- a/src/messages/MOSDPGBackfill.h +++ b/src/messages/MOSDPGBackfill.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDPGBackfillRemove.h b/src/messages/MOSDPGBackfillRemove.h index 2b2ec9697975..34574beca83e 100644 --- a/src/messages/MOSDPGBackfillRemove.h +++ b/src/messages/MOSDPGBackfillRemove.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDPGInfo.h b/src/messages/MOSDPGInfo.h index 07012bc8301b..6c4ea85e1f74 100644 --- a/src/messages/MOSDPGInfo.h +++ b/src/messages/MOSDPGInfo.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDPGLog.h b/src/messages/MOSDPGLog.h index 8013754c04ab..f7415a0023af 100644 --- a/src/messages/MOSDPGLog.h +++ b/src/messages/MOSDPGLog.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDPGNotify.h b/src/messages/MOSDPGNotify.h index 77e72245826f..129933c6905d 100644 --- a/src/messages/MOSDPGNotify.h +++ b/src/messages/MOSDPGNotify.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDPGPCT.h b/src/messages/MOSDPGPCT.h index 7d34893c7135..a996399d2933 100644 --- a/src/messages/MOSDPGPCT.h +++ b/src/messages/MOSDPGPCT.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDPGPull.h b/src/messages/MOSDPGPull.h index 4f92a78befa1..713061e50c50 100644 --- a/src/messages/MOSDPGPull.h +++ b/src/messages/MOSDPGPull.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDPGPush.h b/src/messages/MOSDPGPush.h index 9d12c02bc40f..c53028114b60 100644 --- a/src/messages/MOSDPGPush.h +++ b/src/messages/MOSDPGPush.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDPGPushReply.h b/src/messages/MOSDPGPushReply.h index 3eef6aa23faa..631536d44688 100644 --- a/src/messages/MOSDPGPushReply.h +++ b/src/messages/MOSDPGPushReply.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDPGQuery.h b/src/messages/MOSDPGQuery.h index a86020ad4cf9..11493ee35d15 100644 --- a/src/messages/MOSDPGQuery.h +++ b/src/messages/MOSDPGQuery.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDPGRemove.h b/src/messages/MOSDPGRemove.h index 47b6afe2472b..96d80dd2cebc 100644 --- a/src/messages/MOSDPGRemove.h +++ b/src/messages/MOSDPGRemove.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDPGScan.h b/src/messages/MOSDPGScan.h index bb0f7e3b64fc..6e556c809f9f 100644 --- a/src/messages/MOSDPGScan.h +++ b/src/messages/MOSDPGScan.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDPGTemp.h b/src/messages/MOSDPGTemp.h index e355be184991..53906826722f 100644 --- a/src/messages/MOSDPGTemp.h +++ b/src/messages/MOSDPGTemp.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDPGTrim.h b/src/messages/MOSDPGTrim.h index 3fc4e27257da..fb803bd23259 100644 --- a/src/messages/MOSDPGTrim.h +++ b/src/messages/MOSDPGTrim.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDPGUpdateLogMissing.h b/src/messages/MOSDPGUpdateLogMissing.h index 4c6ed9991c60..d77a419ac2ce 100644 --- a/src/messages/MOSDPGUpdateLogMissing.h +++ b/src/messages/MOSDPGUpdateLogMissing.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDPGUpdateLogMissingReply.h b/src/messages/MOSDPGUpdateLogMissingReply.h index ba8fad380916..d5af8f57a4f0 100644 --- a/src/messages/MOSDPGUpdateLogMissingReply.h +++ b/src/messages/MOSDPGUpdateLogMissingReply.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDPing.h b/src/messages/MOSDPing.h index 81e3412d3a15..a0f0105bc6e0 100644 --- a/src/messages/MOSDPing.h +++ b/src/messages/MOSDPing.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDRepOp.h b/src/messages/MOSDRepOp.h index 0de17c8e39d1..fb6247bca537 100644 --- a/src/messages/MOSDRepOp.h +++ b/src/messages/MOSDRepOp.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDRepOpReply.h b/src/messages/MOSDRepOpReply.h index afebb8921a6d..e5b0627cfd99 100644 --- a/src/messages/MOSDRepOpReply.h +++ b/src/messages/MOSDRepOpReply.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDRepScrub.h b/src/messages/MOSDRepScrub.h index 97d2a9d4f771..cf120cfae421 100644 --- a/src/messages/MOSDRepScrub.h +++ b/src/messages/MOSDRepScrub.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDRepScrubMap.h b/src/messages/MOSDRepScrubMap.h index 19aa99b77de5..9d1004cc1beb 100644 --- a/src/messages/MOSDRepScrubMap.h +++ b/src/messages/MOSDRepScrubMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MOSDScrubReserve.h b/src/messages/MOSDScrubReserve.h index 9a9960281789..3a2ebd5fd659 100644 --- a/src/messages/MOSDScrubReserve.h +++ b/src/messages/MOSDScrubReserve.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MPGStats.h b/src/messages/MPGStats.h index d48a955d3cec..afdf44eac960 100644 --- a/src/messages/MPGStats.h +++ b/src/messages/MPGStats.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MPGStatsAck.h b/src/messages/MPGStatsAck.h index f1d5a0edef1a..56d8b584f72b 100644 --- a/src/messages/MPGStatsAck.h +++ b/src/messages/MPGStatsAck.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MPing.h b/src/messages/MPing.h index 8d685fb1a1de..674d8a21fd30 100644 --- a/src/messages/MPing.h +++ b/src/messages/MPing.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MPoolOp.h b/src/messages/MPoolOp.h index cb8306be4f2e..058dbac97aee 100644 --- a/src/messages/MPoolOp.h +++ b/src/messages/MPoolOp.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MPoolOpReply.h b/src/messages/MPoolOpReply.h index cb70d614e94a..fc1d68d30a76 100644 --- a/src/messages/MPoolOpReply.h +++ b/src/messages/MPoolOpReply.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MRecoveryReserve.h b/src/messages/MRecoveryReserve.h index c1633f293a5c..287bb35d35d6 100644 --- a/src/messages/MRecoveryReserve.h +++ b/src/messages/MRecoveryReserve.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MRemoveSnaps.h b/src/messages/MRemoveSnaps.h index db712f8f871c..7e617692af49 100644 --- a/src/messages/MRemoveSnaps.h +++ b/src/messages/MRemoveSnaps.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MRoute.h b/src/messages/MRoute.h index 374735e0c507..0d6822bcbc11 100644 --- a/src/messages/MRoute.h +++ b/src/messages/MRoute.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MStatfs.h b/src/messages/MStatfs.h index c4611a18c398..0e46563e5006 100644 --- a/src/messages/MStatfs.h +++ b/src/messages/MStatfs.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MStatfsReply.h b/src/messages/MStatfsReply.h index 0267010cbd89..b3df7d289cd2 100644 --- a/src/messages/MStatfsReply.h +++ b/src/messages/MStatfsReply.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MTimeCheck.h b/src/messages/MTimeCheck.h index 8fd360cec39c..bdf5ec2b432c 100644 --- a/src/messages/MTimeCheck.h +++ b/src/messages/MTimeCheck.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MTimeCheck2.h b/src/messages/MTimeCheck2.h index 57d95921fc4a..713bf3da83f6 100644 --- a/src/messages/MTimeCheck2.h +++ b/src/messages/MTimeCheck2.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/messages/MWatchNotify.h b/src/messages/MWatchNotify.h index 17cd1dbfc384..5781beb89480 100644 --- a/src/messages/MWatchNotify.h +++ b/src/messages/MWatchNotify.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mgr/ActivePyModule.h b/src/mgr/ActivePyModule.h index 7f6539a4225a..70bca68fd2ca 100644 --- a/src/mgr/ActivePyModule.h +++ b/src/mgr/ActivePyModule.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mgr/ActivePyModules.h b/src/mgr/ActivePyModules.h index 3c6f89f00870..c688c3485f3b 100644 --- a/src/mgr/ActivePyModules.h +++ b/src/mgr/ActivePyModules.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mgr/ClusterState.h b/src/mgr/ClusterState.h index b299b6999c50..3f275b4fb76c 100644 --- a/src/mgr/ClusterState.h +++ b/src/mgr/ClusterState.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mgr/DaemonServer.h b/src/mgr/DaemonServer.h index 0b44dbc3d378..71dd7822d4aa 100644 --- a/src/mgr/DaemonServer.h +++ b/src/mgr/DaemonServer.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mgr/DaemonState.h b/src/mgr/DaemonState.h index 02be38d73be9..6df7be1327a1 100644 --- a/src/mgr/DaemonState.h +++ b/src/mgr/DaemonState.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mgr/Gil.h b/src/mgr/Gil.h index bfee587fc75a..f181670a1f4b 100644 --- a/src/mgr/Gil.h +++ b/src/mgr/Gil.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mgr/Mgr.h b/src/mgr/Mgr.h index bc3e1c174c03..638f246d73fd 100644 --- a/src/mgr/Mgr.h +++ b/src/mgr/Mgr.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mgr/MgrClient.h b/src/mgr/MgrClient.h index daf568ada8f0..093d6aef4f58 100644 --- a/src/mgr/MgrClient.h +++ b/src/mgr/MgrClient.h @@ -1,6 +1,7 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mgr/MgrContext.h b/src/mgr/MgrContext.h index d0100a83f8f2..4b8b4426b005 100644 --- a/src/mgr/MgrContext.h +++ b/src/mgr/MgrContext.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mgr/MgrOpRequest.h b/src/mgr/MgrOpRequest.h index 2ebe6d7ee35a..05522eeb0a28 100644 --- a/src/mgr/MgrOpRequest.h +++ b/src/mgr/MgrOpRequest.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mgr/MgrStandby.h b/src/mgr/MgrStandby.h index b934615eee73..32a277f4a2b8 100644 --- a/src/mgr/MgrStandby.h +++ b/src/mgr/MgrStandby.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mgr/PyFormatter.h b/src/mgr/PyFormatter.h index e3cdeb57dac7..e5ee0c29600a 100644 --- a/src/mgr/PyFormatter.h +++ b/src/mgr/PyFormatter.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mgr/PyModule.h b/src/mgr/PyModule.h index b46404199839..16c6421a7c89 100644 --- a/src/mgr/PyModule.h +++ b/src/mgr/PyModule.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mgr/PyModuleRegistry.h b/src/mgr/PyModuleRegistry.h index 388f0a69ca02..8d5a53093b92 100644 --- a/src/mgr/PyModuleRegistry.h +++ b/src/mgr/PyModuleRegistry.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mgr/PyModuleRunner.h b/src/mgr/PyModuleRunner.h index 69c95eb46a63..187002745e13 100644 --- a/src/mgr/PyModuleRunner.h +++ b/src/mgr/PyModuleRunner.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mgr/StandbyPyModules.h b/src/mgr/StandbyPyModules.h index 43e0e273bd86..2254923522c5 100644 --- a/src/mgr/StandbyPyModules.h +++ b/src/mgr/StandbyPyModules.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/AuthMonitor.h b/src/mon/AuthMonitor.h index f40942f47a7f..9007180b0ec7 100644 --- a/src/mon/AuthMonitor.h +++ b/src/mon/AuthMonitor.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/CommandHandler.h b/src/mon/CommandHandler.h index 4bbbaa2d9bec..f96ff4602ccb 100644 --- a/src/mon/CommandHandler.h +++ b/src/mon/CommandHandler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/ConnectionTracker.h b/src/mon/ConnectionTracker.h index 72389e350919..958591f70e0f 100644 --- a/src/mon/ConnectionTracker.h +++ b/src/mon/ConnectionTracker.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/ElectionLogic.h b/src/mon/ElectionLogic.h index c03407a6d373..0b05d8da8448 100644 --- a/src/mon/ElectionLogic.h +++ b/src/mon/ElectionLogic.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/Elector.h b/src/mon/Elector.h index 158a0184367d..12627064209c 100644 --- a/src/mon/Elector.h +++ b/src/mon/Elector.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/FSCommands.h b/src/mon/FSCommands.h index 8d8afae8dd18..c831070dc89c 100644 --- a/src/mon/FSCommands.h +++ b/src/mon/FSCommands.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/HealthMonitor.h b/src/mon/HealthMonitor.h index 639897b5f92a..52dc82f35946 100644 --- a/src/mon/HealthMonitor.h +++ b/src/mon/HealthMonitor.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/LogMonitor.h b/src/mon/LogMonitor.h index 2e670f806b1e..a77acd2ecd3f 100644 --- a/src/mon/LogMonitor.h +++ b/src/mon/LogMonitor.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/MDSMonitor.h b/src/mon/MDSMonitor.h index 048878c3328a..854650aeb86a 100644 --- a/src/mon/MDSMonitor.h +++ b/src/mon/MDSMonitor.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/MgrMap.h b/src/mon/MgrMap.h index 4fcfd2ccc9ec..dda7d72a7cd5 100644 --- a/src/mon/MgrMap.h +++ b/src/mon/MgrMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/MgrMonitor.h b/src/mon/MgrMonitor.h index 5f28e352d9f2..84d419724ead 100644 --- a/src/mon/MgrMonitor.h +++ b/src/mon/MgrMonitor.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/MonClient.h b/src/mon/MonClient.h index 8c00592e82c4..84ea0e070ca5 100644 --- a/src/mon/MonClient.h +++ b/src/mon/MonClient.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/MonCommand.h b/src/mon/MonCommand.h index b70b802c1037..b7ea785e2b03 100644 --- a/src/mon/MonCommand.h +++ b/src/mon/MonCommand.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index 9db269823af5..504619bd2bbc 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/MonMap.h b/src/mon/MonMap.h index b5eee0e93e5c..e47246e9aea1 100644 --- a/src/mon/MonMap.h +++ b/src/mon/MonMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/MonOpRequest.h b/src/mon/MonOpRequest.h index b41782a462b0..825d67c98d61 100644 --- a/src/mon/MonOpRequest.h +++ b/src/mon/MonOpRequest.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/Monitor.h b/src/mon/Monitor.h index d121ca89a940..93c758dc5019 100644 --- a/src/mon/Monitor.h +++ b/src/mon/Monitor.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/MonitorDBStore.h b/src/mon/MonitorDBStore.h index fa5e442aab8f..e43bddac4114 100644 --- a/src/mon/MonitorDBStore.h +++ b/src/mon/MonitorDBStore.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/MonmapMonitor.h b/src/mon/MonmapMonitor.h index cd9952ce91c4..14d48dd7dbbe 100644 --- a/src/mon/MonmapMonitor.h +++ b/src/mon/MonmapMonitor.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/NVMeofGwMap.h b/src/mon/NVMeofGwMap.h index a9f0f556c43e..48173992a909 100755 --- a/src/mon/NVMeofGwMap.h +++ b/src/mon/NVMeofGwMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/NVMeofGwMon.h b/src/mon/NVMeofGwMon.h index bdf4a8ecc6b4..07e7f33524e6 100644 --- a/src/mon/NVMeofGwMon.h +++ b/src/mon/NVMeofGwMon.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/NVMeofGwSerialize.h b/src/mon/NVMeofGwSerialize.h index 7974568e1566..b259d7b87466 100755 --- a/src/mon/NVMeofGwSerialize.h +++ b/src/mon/NVMeofGwSerialize.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/NVMeofGwTypes.h b/src/mon/NVMeofGwTypes.h index aaebd4df9f56..6a2f9506e2e3 100755 --- a/src/mon/NVMeofGwTypes.h +++ b/src/mon/NVMeofGwTypes.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/OSDMonitor.h b/src/mon/OSDMonitor.h index 862433862ecd..6896e5beb080 100644 --- a/src/mon/OSDMonitor.h +++ b/src/mon/OSDMonitor.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/PGMap.h b/src/mon/PGMap.h index d40e7e6c59ec..17912b88d13c 100644 --- a/src/mon/PGMap.h +++ b/src/mon/PGMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/Paxos.h b/src/mon/Paxos.h index e29a7f5583f6..7189acd1c85b 100644 --- a/src/mon/Paxos.h +++ b/src/mon/Paxos.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/PaxosFSMap.h b/src/mon/PaxosFSMap.h index 65e95cde54be..4a9841c49819 100644 --- a/src/mon/PaxosFSMap.h +++ b/src/mon/PaxosFSMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/PaxosService.h b/src/mon/PaxosService.h index 9c2cf308da03..53b28f6d357d 100644 --- a/src/mon/PaxosService.h +++ b/src/mon/PaxosService.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/Session.h b/src/mon/Session.h index b4c059ccd060..668f25607d10 100644 --- a/src/mon/Session.h +++ b/src/mon/Session.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/error_code.h b/src/mon/error_code.h index bebbac54576d..4aa662fd3984 100644 --- a/src/mon/error_code.h +++ b/src/mon/error_code.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/mon/mon_types.h b/src/mon/mon_types.h index 2c1e5013e115..d51847c2b02d 100644 --- a/src/mon/mon_types.h +++ b/src/mon/mon_types.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/Connection.h b/src/msg/Connection.h index b488efafc800..1e1dfd1aa3c2 100644 --- a/src/msg/Connection.h +++ b/src/msg/Connection.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/DispatchQueue.h b/src/msg/DispatchQueue.h index c28314f1d3f3..1c1893a28140 100644 --- a/src/msg/DispatchQueue.h +++ b/src/msg/DispatchQueue.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/Dispatcher.h b/src/msg/Dispatcher.h index 6001edebdb78..25014e869a88 100644 --- a/src/msg/Dispatcher.h +++ b/src/msg/Dispatcher.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/Message.h b/src/msg/Message.h index 0bb4dce0db79..59eb882c8f83 100644 --- a/src/msg/Message.h +++ b/src/msg/Message.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/MessageRef.h b/src/msg/MessageRef.h index 6bb1c838e08c..27d416802f8a 100644 --- a/src/msg/MessageRef.h +++ b/src/msg/MessageRef.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/Messenger.h b/src/msg/Messenger.h index 2ed67c74933f..8dc49e2483cd 100644 --- a/src/msg/Messenger.h +++ b/src/msg/Messenger.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/SimplePolicyMessenger.h b/src/msg/SimplePolicyMessenger.h index 1fd0438135dd..6e87df7fd92f 100644 --- a/src/msg/SimplePolicyMessenger.h +++ b/src/msg/SimplePolicyMessenger.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/async/AsyncConnection.h b/src/msg/async/AsyncConnection.h index f1a92bb650ec..452931330234 100644 --- a/src/msg/async/AsyncConnection.h +++ b/src/msg/async/AsyncConnection.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/async/AsyncMessenger.h b/src/msg/async/AsyncMessenger.h index a163b80ccf05..eb8eba235638 100644 --- a/src/msg/async/AsyncMessenger.h +++ b/src/msg/async/AsyncMessenger.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/async/Event.h b/src/msg/async/Event.h index eaf54b2b7b90..0e12a3f2ebab 100644 --- a/src/msg/async/Event.h +++ b/src/msg/async/Event.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/async/EventEpoll.h b/src/msg/async/EventEpoll.h index 6baef375799c..b953a1915fd6 100644 --- a/src/msg/async/EventEpoll.h +++ b/src/msg/async/EventEpoll.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/async/EventKqueue.h b/src/msg/async/EventKqueue.h index 0427e7cef7e7..b77d8e696b2f 100644 --- a/src/msg/async/EventKqueue.h +++ b/src/msg/async/EventKqueue.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/async/EventPoll.h b/src/msg/async/EventPoll.h index 6808f1e7fc3a..901530eb4185 100644 --- a/src/msg/async/EventPoll.h +++ b/src/msg/async/EventPoll.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/async/EventSelect.h b/src/msg/async/EventSelect.h index c2e644cd7f4c..d7f60c7b45cc 100644 --- a/src/msg/async/EventSelect.h +++ b/src/msg/async/EventSelect.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/async/PosixStack.h b/src/msg/async/PosixStack.h index f85f9ccb0b23..99d1c340732d 100644 --- a/src/msg/async/PosixStack.h +++ b/src/msg/async/PosixStack.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/async/Stack.h b/src/msg/async/Stack.h index 8dc9e82dc207..afb152244bc2 100644 --- a/src/msg/async/Stack.h +++ b/src/msg/async/Stack.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/async/Timeout.h b/src/msg/async/Timeout.h index 25c0b7777632..c6fefaaddfa6 100644 --- a/src/msg/async/Timeout.h +++ b/src/msg/async/Timeout.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/async/crypto_onwire.h b/src/msg/async/crypto_onwire.h index 337bfe2ba1a2..65748772af64 100644 --- a/src/msg/async/crypto_onwire.h +++ b/src/msg/async/crypto_onwire.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/async/net_handler.h b/src/msg/async/net_handler.h index 07b4bbcb7b4a..755bbf489c56 100644 --- a/src/msg/async/net_handler.h +++ b/src/msg/async/net_handler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/async/rdma/Infiniband.h b/src/msg/async/rdma/Infiniband.h index da1cc7747476..3c03d0f06bf7 100644 --- a/src/msg/async/rdma/Infiniband.h +++ b/src/msg/async/rdma/Infiniband.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/async/rdma/RDMAStack.h b/src/msg/async/rdma/RDMAStack.h index 42066aae63b6..dc01763ce34f 100644 --- a/src/msg/async/rdma/RDMAStack.h +++ b/src/msg/async/rdma/RDMAStack.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/msg/msg_fmt.h b/src/msg/msg_fmt.h index 6ef726969b3e..53eddc36d027 100644 --- a/src/msg/msg_fmt.h +++ b/src/msg/msg_fmt.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once /** diff --git a/src/msg/msg_types.h b/src/msg/msg_types.h index c65fdc7878e4..f823ad7e87c3 100644 --- a/src/msg/msg_types.h +++ b/src/msg/msg_types.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/neorados/RADOSImpl.h b/src/neorados/RADOSImpl.h index e44d4fea4b29..5e729af17080 100644 --- a/src/neorados/RADOSImpl.h +++ b/src/neorados/RADOSImpl.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/neorados/cls/common.h b/src/neorados/cls/common.h index 2a7c3a818082..2caa596f10c4 100644 --- a/src/neorados/cls/common.h +++ b/src/neorados/cls/common.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/neorados/cls/fifo.h b/src/neorados/cls/fifo.h index df08d3767feb..484dcd44d393 100644 --- a/src/neorados/cls/fifo.h +++ b/src/neorados/cls/fifo.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/neorados/cls/fifo/entry.h b/src/neorados/cls/fifo/entry.h index 10385145c2be..f7bc67de0c91 100644 --- a/src/neorados/cls/fifo/entry.h +++ b/src/neorados/cls/fifo/entry.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/neorados/cls/log.h b/src/neorados/cls/log.h index f681ac73bdf6..b4cd238f4851 100644 --- a/src/neorados/cls/log.h +++ b/src/neorados/cls/log.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/neorados/cls/sem_set.h b/src/neorados/cls/sem_set.h index 513ad1dacc04..5bf3bbc9dac9 100644 --- a/src/neorados/cls/sem_set.h +++ b/src/neorados/cls/sem_set.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/neorados/cls/version.h b/src/neorados/cls/version.h index 7b2220555089..460217631c6c 100644 --- a/src/neorados/cls/version.h +++ b/src/neorados/cls/version.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/nvmeof/NVMeofGwClient.h b/src/nvmeof/NVMeofGwClient.h index 706d1341489a..53e382105145 100644 --- a/src/nvmeof/NVMeofGwClient.h +++ b/src/nvmeof/NVMeofGwClient.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/nvmeof/NVMeofGwMonitorClient.h b/src/nvmeof/NVMeofGwMonitorClient.h index 09b5d0567ff8..b1ca5c94debb 100644 --- a/src/nvmeof/NVMeofGwMonitorClient.h +++ b/src/nvmeof/NVMeofGwMonitorClient.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/nvmeof/NVMeofGwMonitorGroupClient.h b/src/nvmeof/NVMeofGwMonitorGroupClient.h index 483fda4f278e..cf364bb5322f 100644 --- a/src/nvmeof/NVMeofGwMonitorGroupClient.h +++ b/src/nvmeof/NVMeofGwMonitorGroupClient.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/os/ObjectStore.h b/src/os/ObjectStore.h index 5fc615819c4d..9a0f2b01a3d7 100644 --- a/src/os/ObjectStore.h +++ b/src/os/ObjectStore.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/os/bluestore/Allocator.h b/src/os/bluestore/Allocator.h index 049e31ba4711..17e6d47af2aa 100644 --- a/src/os/bluestore/Allocator.h +++ b/src/os/bluestore/Allocator.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/os/bluestore/AllocatorBase.h b/src/os/bluestore/AllocatorBase.h index 79ea15cb25ba..eedf766dc803 100644 --- a/src/os/bluestore/AllocatorBase.h +++ b/src/os/bluestore/AllocatorBase.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/os/bluestore/BlueFS.h b/src/os/bluestore/BlueFS.h index fae4a091b55d..c60e1da21c85 100644 --- a/src/os/bluestore/BlueFS.h +++ b/src/os/bluestore/BlueFS.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_OS_BLUESTORE_BLUEFS_H #define CEPH_OS_BLUESTORE_BLUEFS_H diff --git a/src/os/bluestore/BlueRocksEnv.h b/src/os/bluestore/BlueRocksEnv.h index 540330a50f01..47ef785a2613 100644 --- a/src/os/bluestore/BlueRocksEnv.h +++ b/src/os/bluestore/BlueRocksEnv.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_OS_BLUESTORE_BLUEROCKSENV_H #define CEPH_OS_BLUESTORE_BLUEROCKSENV_H diff --git a/src/os/bluestore/BlueStore.h b/src/os/bluestore/BlueStore.h index bdae02eabc02..3a0c5fe421ba 100644 --- a/src/os/bluestore/BlueStore.h +++ b/src/os/bluestore/BlueStore.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/os/bluestore/Compression.h b/src/os/bluestore/Compression.h index 5be26116a266..f3f53cc35fd7 100644 --- a/src/os/bluestore/Compression.h +++ b/src/os/bluestore/Compression.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/os/bluestore/Writer.h b/src/os/bluestore/Writer.h index 30637dde2173..16f63b96f959 100644 --- a/src/os/bluestore/Writer.h +++ b/src/os/bluestore/Writer.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/os/bluestore/bluefs_types.h b/src/os/bluestore/bluefs_types.h index a7ca52a914f0..13531e014b04 100644 --- a/src/os/bluestore/bluefs_types.h +++ b/src/os/bluestore/bluefs_types.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_OS_BLUESTORE_BLUEFS_TYPES_H #define CEPH_OS_BLUESTORE_BLUEFS_TYPES_H diff --git a/src/os/bluestore/bluestore_common.h b/src/os/bluestore/bluestore_common.h index d85f603c0ef6..97f4b2d89f23 100644 --- a/src/os/bluestore/bluestore_common.h +++ b/src/os/bluestore/bluestore_common.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/os/bluestore/bluestore_types.h b/src/os/bluestore/bluestore_types.h index b2e4f58a2da1..05473e12ea27 100644 --- a/src/os/bluestore/bluestore_types.h +++ b/src/os/bluestore/bluestore_types.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/os/bluestore/fastbmap_allocator_impl.h b/src/os/bluestore/fastbmap_allocator_impl.h index 0d5a4e75cd85..fbf3fda0b327 100644 --- a/src/os/bluestore/fastbmap_allocator_impl.h +++ b/src/os/bluestore/fastbmap_allocator_impl.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Bitmap based in-memory allocator implementation. * Author: Igor Fedotov, ifedotov@suse.com diff --git a/src/os/bluestore/simple_bitmap.h b/src/os/bluestore/simple_bitmap.h index 22d450cbb347..4e1cd05136f6 100644 --- a/src/os/bluestore/simple_bitmap.h +++ b/src/os/bluestore/simple_bitmap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/os/fs/FS.h b/src/os/fs/FS.h index 381538776815..9a579d5ab19b 100644 --- a/src/os/fs/FS.h +++ b/src/os/fs/FS.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/os/fs/XFS.h b/src/os/fs/XFS.h index 13c3778405d8..299c3631435b 100644 --- a/src/os/fs/XFS.h +++ b/src/os/fs/XFS.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/os/kstore/KStore.h b/src/os/kstore/KStore.h index 1b3715adf37f..7a662fd0628f 100644 --- a/src/os/kstore/KStore.h +++ b/src/os/kstore/KStore.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/os/kstore/kstore_types.h b/src/os/kstore/kstore_types.h index 2374625aaa2c..40096c3460c6 100644 --- a/src/os/kstore/kstore_types.h +++ b/src/os/kstore/kstore_types.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/os/memstore/MemStore.h b/src/os/memstore/MemStore.h index a81fb39f1a6f..b8e463ef6198 100644 --- a/src/os/memstore/MemStore.h +++ b/src/os/memstore/MemStore.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/os/memstore/PageSet.h b/src/os/memstore/PageSet.h index 9bb6d7fc137d..3883afb2b578 100644 --- a/src/os/memstore/PageSet.h +++ b/src/os/memstore/PageSet.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/ClassHandler.h b/src/osd/ClassHandler.h index 6ca25a893970..2471808f6ea3 100644 --- a/src/osd/ClassHandler.h +++ b/src/osd/ClassHandler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_CLASSHANDLER_H #define CEPH_CLASSHANDLER_H diff --git a/src/osd/ECBackend.h b/src/osd/ECBackend.h index 83114797d559..eb3d03910e1b 100644 --- a/src/osd/ECBackend.h +++ b/src/osd/ECBackend.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/ECBackendL.h b/src/osd/ECBackendL.h index 3ca563bd24c6..f560b42a7c99 100644 --- a/src/osd/ECBackendL.h +++ b/src/osd/ECBackendL.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/ECCommon.h b/src/osd/ECCommon.h index eadff5e1efce..d98ac2cb4999 100644 --- a/src/osd/ECCommon.h +++ b/src/osd/ECCommon.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/ECCommonL.h b/src/osd/ECCommonL.h index c097df0db997..324870e2d12d 100644 --- a/src/osd/ECCommonL.h +++ b/src/osd/ECCommonL.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/ECExtentCacheL.h b/src/osd/ECExtentCacheL.h index 035ce918e73e..a7dd27d05bfe 100644 --- a/src/osd/ECExtentCacheL.h +++ b/src/osd/ECExtentCacheL.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/ECInject.h b/src/osd/ECInject.h index 9a1506da6249..e1aae4d0f05a 100644 --- a/src/osd/ECInject.h +++ b/src/osd/ECInject.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/ECListener.h b/src/osd/ECListener.h index 10019fa0112d..8f606c72c459 100644 --- a/src/osd/ECListener.h +++ b/src/osd/ECListener.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/ECMsgTypes.h b/src/osd/ECMsgTypes.h index 69e45e60d813..1da28bcf83ef 100644 --- a/src/osd/ECMsgTypes.h +++ b/src/osd/ECMsgTypes.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/ECSwitch.h b/src/osd/ECSwitch.h index 2de6c007c0f1..5b696d24bdf3 100644 --- a/src/osd/ECSwitch.h +++ b/src/osd/ECSwitch.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/ECTransaction.h b/src/osd/ECTransaction.h index 442700f65219..8b62d1b4394e 100644 --- a/src/osd/ECTransaction.h +++ b/src/osd/ECTransaction.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/ECTransactionL.h b/src/osd/ECTransactionL.h index 26df967b9dd5..42042a9198c5 100644 --- a/src/osd/ECTransactionL.h +++ b/src/osd/ECTransactionL.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/ECTypes.h b/src/osd/ECTypes.h index dba48931a8d4..3952d4755093 100644 --- a/src/osd/ECTypes.h +++ b/src/osd/ECTypes.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/ECUtil.h b/src/osd/ECUtil.h index 710042ccde14..0bb905fd016d 100644 --- a/src/osd/ECUtil.h +++ b/src/osd/ECUtil.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/ECUtilL.h b/src/osd/ECUtilL.h index 6de02a001fe9..6cc6c1759cc7 100644 --- a/src/osd/ECUtilL.h +++ b/src/osd/ECUtilL.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/HitSet.h b/src/osd/HitSet.h index e75e27d861fc..592ef484001c 100644 --- a/src/osd/HitSet.h +++ b/src/osd/HitSet.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/OSD.h b/src/osd/OSD.h index ffe5ba24a555..1169b916f711 100644 --- a/src/osd/OSD.h +++ b/src/osd/OSD.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/OSDCap.h b/src/osd/OSDCap.h index 1fa788a2457d..4c32f22ff958 100644 --- a/src/osd/OSDCap.h +++ b/src/osd/OSDCap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/OSDMap.h b/src/osd/OSDMap.h index 022d7e4cdad3..d48d967d6ca5 100644 --- a/src/osd/OSDMap.h +++ b/src/osd/OSDMap.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/ObjectVersioner.h b/src/osd/ObjectVersioner.h index 0a02c748a74b..cfc7691222ab 100644 --- a/src/osd/ObjectVersioner.h +++ b/src/osd/ObjectVersioner.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/OpRequest.h b/src/osd/OpRequest.h index 8165a30454c0..2766a7aded5e 100644 --- a/src/osd/OpRequest.h +++ b/src/osd/OpRequest.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/PG.h b/src/osd/PG.h index 6fa896e24ea1..f0318aa4d725 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/PGBackend.h b/src/osd/PGBackend.h index 5ece44cdea1b..b4cef06fb631 100644 --- a/src/osd/PGBackend.h +++ b/src/osd/PGBackend.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/PGLog.h b/src/osd/PGLog.h index 75bef9bcb54b..d3b1748a206d 100644 --- a/src/osd/PGLog.h +++ b/src/osd/PGLog.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/PGTransaction.h b/src/osd/PGTransaction.h index 9dfc9df0a288..fdd4e6a76867 100644 --- a/src/osd/PGTransaction.h +++ b/src/osd/PGTransaction.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/ReplicatedBackend.h b/src/osd/ReplicatedBackend.h index f5679d40e398..5f35afae282f 100644 --- a/src/osd/ReplicatedBackend.h +++ b/src/osd/ReplicatedBackend.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/Session.h b/src/osd/Session.h index 364033a8aa7c..27178a31ceaf 100644 --- a/src/osd/Session.h +++ b/src/osd/Session.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/SnapMapReaderI.h b/src/osd/SnapMapReaderI.h index 21b7a2c6ba5f..526674d4217c 100644 --- a/src/osd/SnapMapReaderI.h +++ b/src/osd/SnapMapReaderI.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once /** diff --git a/src/osd/SnapMapper.h b/src/osd/SnapMapper.h index 4a4d1ff651fe..83704cd9e8a1 100644 --- a/src/osd/SnapMapper.h +++ b/src/osd/SnapMapper.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/Watch.h b/src/osd/Watch.h index 84ba13e23ab7..824398b7ae11 100644 --- a/src/osd/Watch.h +++ b/src/osd/Watch.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/error_code.h b/src/osd/error_code.h index b05e9296cad9..6e0acad3ca3d 100644 --- a/src/osd/error_code.h +++ b/src/osd/error_code.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/object_state_fmt.h b/src/osd/object_state_fmt.h index afe7efffe685..8595d16c3b3e 100644 --- a/src/osd/object_state_fmt.h +++ b/src/osd/object_state_fmt.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once /** * \file fmtlib formatters for some types.h classes diff --git a/src/osd/osd_tracer.h b/src/osd/osd_tracer.h index fbd9caf9852b..3f0839efd895 100644 --- a/src/osd/osd_tracer.h +++ b/src/osd/osd_tracer.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include "common/tracer.h" diff --git a/src/osd/osd_types.h b/src/osd/osd_types.h index 52ec9722af50..bfd9bb1f7259 100644 --- a/src/osd/osd_types.h +++ b/src/osd/osd_types.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/osd_types_fmt.h b/src/osd/osd_types_fmt.h index 8dcea746f9f4..0e36755782a1 100644 --- a/src/osd/osd_types_fmt.h +++ b/src/osd/osd_types_fmt.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once /** * \file fmtlib formatters for some osd_types.h classes diff --git a/src/osd/scheduler/OpScheduler.h b/src/osd/scheduler/OpScheduler.h index 2ce2e0e0c087..4408104589c4 100644 --- a/src/osd/scheduler/OpScheduler.h +++ b/src/osd/scheduler/OpScheduler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/scheduler/OpSchedulerItem.h b/src/osd/scheduler/OpSchedulerItem.h index bb279129a2a8..4eb17409e834 100644 --- a/src/osd/scheduler/OpSchedulerItem.h +++ b/src/osd/scheduler/OpSchedulerItem.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/scheduler/mClockScheduler.h b/src/osd/scheduler/mClockScheduler.h index 8804c6c1ee92..503e90580252 100644 --- a/src/osd/scheduler/mClockScheduler.h +++ b/src/osd/scheduler/mClockScheduler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osd/scrubber/PrimaryLogScrub.h b/src/osd/scrubber/PrimaryLogScrub.h index 461524d3a8aa..685f492683a4 100644 --- a/src/osd/scrubber/PrimaryLogScrub.h +++ b/src/osd/scrubber/PrimaryLogScrub.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once // the './' includes are marked this way to affect clang-format diff --git a/src/osd/scrubber/ScrubStore.h b/src/osd/scrubber/ScrubStore.h index 9d8af8a7ceb7..6f9f2e30f234 100644 --- a/src/osd/scrubber/ScrubStore.h +++ b/src/osd/scrubber/ScrubStore.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include diff --git a/src/osd/scrubber/scrub_backend.h b/src/osd/scrubber/scrub_backend.h index 7dbebbe946ea..38c242a608ee 100644 --- a/src/osd/scrubber/scrub_backend.h +++ b/src/osd/scrubber/scrub_backend.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once // clang-format off diff --git a/src/osd/scrubber/scrub_job.h b/src/osd/scrubber/scrub_job.h index d361868c31ad..1d37f062c817 100644 --- a/src/osd/scrubber/scrub_job.h +++ b/src/osd/scrubber/scrub_job.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include diff --git a/src/osd/scrubber/scrub_machine.h b/src/osd/scrubber/scrub_machine.h index 1a694b3868b7..8c2d99275be4 100644 --- a/src/osd/scrubber/scrub_machine.h +++ b/src/osd/scrubber/scrub_machine.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include diff --git a/src/osd/scrubber/scrub_queue_entry.h b/src/osd/scrubber/scrub_queue_entry.h index 6f2525cf09f5..4fc0cb063602 100644 --- a/src/osd/scrubber/scrub_queue_entry.h +++ b/src/osd/scrubber/scrub_queue_entry.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include diff --git a/src/osd/scrubber/scrub_reservations.h b/src/osd/scrubber/scrub_reservations.h index b65b07f60e71..f1679e7409d3 100644 --- a/src/osd/scrubber/scrub_reservations.h +++ b/src/osd/scrubber/scrub_reservations.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include diff --git a/src/osd/scrubber/scrub_resources.h b/src/osd/scrubber/scrub_resources.h index 43d66f2e2792..a911b68b9e91 100644 --- a/src/osd/scrubber/scrub_resources.h +++ b/src/osd/scrubber/scrub_resources.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include diff --git a/src/osd/scrubber_common.h b/src/osd/scrubber_common.h index 9b4d5332ef14..86a45c16946d 100644 --- a/src/osd/scrubber_common.h +++ b/src/osd/scrubber_common.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include diff --git a/src/osdc/Filer.h b/src/osdc/Filer.h index 922d5d2d804c..75847c405a44 100644 --- a/src/osdc/Filer.h +++ b/src/osdc/Filer.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osdc/Journaler.h b/src/osdc/Journaler.h index 70c9d5bd8f80..10a12ceddb05 100644 --- a/src/osdc/Journaler.h +++ b/src/osdc/Journaler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osdc/ObjectCacher.h b/src/osdc/ObjectCacher.h index 054d96d99646..b3d61fda3509 100644 --- a/src/osdc/ObjectCacher.h +++ b/src/osdc/ObjectCacher.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_OBJECTCACHER_H #define CEPH_OBJECTCACHER_H diff --git a/src/osdc/Objecter.h b/src/osdc/Objecter.h index b6e56c19860c..509c5ed7a319 100644 --- a/src/osdc/Objecter.h +++ b/src/osdc/Objecter.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osdc/Striper.h b/src/osdc/Striper.h index e34aaaec6d18..95bff9628849 100644 --- a/src/osdc/Striper.h +++ b/src/osdc/Striper.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/osdc/WritebackHandler.h b/src/osdc/WritebackHandler.h index c016fba2008f..378f092a47a2 100644 --- a/src/osdc/WritebackHandler.h +++ b/src/osdc/WritebackHandler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_OSDC_WRITEBACKHANDLER_H #define CEPH_OSDC_WRITEBACKHANDLER_H diff --git a/src/osdc/error_code.h b/src/osdc/error_code.h index 028ed7b26fbe..eb16c1693d0f 100644 --- a/src/osdc/error_code.h +++ b/src/osdc/error_code.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/perf_histogram.h b/src/perf_histogram.h index 6ed52c6af3b5..5fb5a1ae4c22 100644 --- a/src/perf_histogram.h +++ b/src/perf_histogram.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/perfglue/cpu_profiler.h b/src/perfglue/cpu_profiler.h index ca9888f1dc57..2de3a386e483 100644 --- a/src/perfglue/cpu_profiler.h +++ b/src/perfglue/cpu_profiler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/perfglue/heap_profiler.h b/src/perfglue/heap_profiler.h index 2dc4e5322127..2302a274b15d 100644 --- a/src/perfglue/heap_profiler.h +++ b/src/perfglue/heap_profiler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/rgw/driver/rados/rgw_pubsub_push.h b/src/rgw/driver/rados/rgw_pubsub_push.h index feb9b3fd15c9..640b0a7ddabd 100644 --- a/src/rgw/driver/rados/rgw_pubsub_push.h +++ b/src/rgw/driver/rados/rgw_pubsub_push.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab ft=cpp + #pragma once #include diff --git a/src/rgw/rgw_dmclock_async_scheduler.h b/src/rgw/rgw_dmclock_async_scheduler.h index 23a91821fb72..eec9d8d307cb 100644 --- a/src/rgw/rgw_dmclock_async_scheduler.h +++ b/src/rgw/rgw_dmclock_async_scheduler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab ft=cpp + /* * Ceph - scalable distributed file system * diff --git a/src/rgw/rgw_dmclock_scheduler.h b/src/rgw/rgw_dmclock_scheduler.h index c98fa82cf6fb..9a0ba45fd6e7 100644 --- a/src/rgw/rgw_dmclock_scheduler.h +++ b/src/rgw/rgw_dmclock_scheduler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab ft=cpp + /* * Ceph - scalable distributed file system * diff --git a/src/rgw/rgw_dmclock_sync_scheduler.h b/src/rgw/rgw_dmclock_sync_scheduler.h index 20a62cd25078..95456c793db9 100644 --- a/src/rgw/rgw_dmclock_sync_scheduler.h +++ b/src/rgw/rgw_dmclock_sync_scheduler.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab ft=cpp + /* * Ceph - scalable distributed file system * diff --git a/src/rgw/rgw_rest_bucket_logging.h b/src/rgw/rgw_rest_bucket_logging.h index 5df4888a31f2..ee365a3c0f49 100644 --- a/src/rgw/rgw_rest_bucket_logging.h +++ b/src/rgw/rgw_rest_bucket_logging.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include "rgw_rest_s3.h" diff --git a/src/rgw/rgw_rest_pubsub.h b/src/rgw/rgw_rest_pubsub.h index 0b8382d0829b..d322b8cee01f 100644 --- a/src/rgw/rgw_rest_pubsub.h +++ b/src/rgw/rgw_rest_pubsub.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include "rgw_rest_s3.h" diff --git a/src/rgw/rgw_s3select.h b/src/rgw/rgw_s3select.h index 5e79933a266a..a22de3145141 100644 --- a/src/rgw/rgw_s3select.h +++ b/src/rgw/rgw_s3select.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab ft=cpp + // #pragma once diff --git a/src/rgw/rgw_s3select_private.h b/src/rgw/rgw_s3select_private.h index 24d73fe62d94..d69a0b6b5a82 100644 --- a/src/rgw/rgw_s3select_private.h +++ b/src/rgw/rgw_s3select_private.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab ft=cpp + // #pragma once diff --git a/src/rgw/rgw_tracer.h b/src/rgw/rgw_tracer.h index 6da9acddef93..7a1d1a8b7047 100644 --- a/src/rgw/rgw_tracer.h +++ b/src/rgw/rgw_tracer.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include "common/tracer.h" diff --git a/src/test/ObjectMap/KeyValueDBMemory.h b/src/test/ObjectMap/KeyValueDBMemory.h index fc6eff3acdbe..8becb10bcb8b 100644 --- a/src/test/ObjectMap/KeyValueDBMemory.h +++ b/src/test/ObjectMap/KeyValueDBMemory.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #include #include #include diff --git a/src/test/admin_socket_output.h b/src/test/admin_socket_output.h index 458915306eea..f3272c6ec97e 100644 --- a/src/test/admin_socket_output.h +++ b/src/test/admin_socket_output.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/admin_socket_output_tests.h b/src/test/admin_socket_output_tests.h index f3bce98ece3c..8d8ccca18e10 100644 --- a/src/test/admin_socket_output_tests.h +++ b/src/test/admin_socket_output_tests.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/client/TestClient.h b/src/test/client/TestClient.h index ecc1ddd84285..724a4a4087ee 100644 --- a/src/test/client/TestClient.h +++ b/src/test/client/TestClient.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/common/dns_messages.h b/src/test/common/dns_messages.h index a10f82a15aa2..628cb9221f25 100644 --- a/src/test/common/dns_messages.h +++ b/src/test/common/dns_messages.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/compressor/compressor_example.h b/src/test/compressor/compressor_example.h index d682933ed185..0a6ab1184b36 100644 --- a/src/test/compressor/compressor_example.h +++ b/src/test/compressor/compressor_example.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/test/direct_messenger/DirectMessenger.h b/src/test/direct_messenger/DirectMessenger.h index 8eb2432b1644..a99b18c582e8 100644 --- a/src/test/direct_messenger/DirectMessenger.h +++ b/src/test/direct_messenger/DirectMessenger.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/direct_messenger/DispatchStrategy.h b/src/test/direct_messenger/DispatchStrategy.h index 4719da97086d..08b0ab56fbe4 100644 --- a/src/test/direct_messenger/DispatchStrategy.h +++ b/src/test/direct_messenger/DispatchStrategy.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/direct_messenger/FastStrategy.h b/src/test/direct_messenger/FastStrategy.h index d8b97a86441d..7b0657901014 100644 --- a/src/test/direct_messenger/FastStrategy.h +++ b/src/test/direct_messenger/FastStrategy.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/direct_messenger/QueueStrategy.h b/src/test/direct_messenger/QueueStrategy.h index ae1d3933261d..5153f7a94bbe 100644 --- a/src/test/direct_messenger/QueueStrategy.h +++ b/src/test/direct_messenger/QueueStrategy.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/erasure-code/ErasureCodeExample.h b/src/test/erasure-code/ErasureCodeExample.h index 7cd96585efdc..6c606614e8b4 100644 --- a/src/test/erasure-code/ErasureCodeExample.h +++ b/src/test/erasure-code/ErasureCodeExample.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/test/erasure-code/ceph_erasure_code_benchmark.h b/src/test/erasure-code/ceph_erasure_code_benchmark.h index 295f8994e3c3..49b5472bc6c4 100644 --- a/src/test/erasure-code/ceph_erasure_code_benchmark.h +++ b/src/test/erasure-code/ceph_erasure_code_benchmark.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph distributed storage system * diff --git a/src/test/immutable_object_cache/test_common.h b/src/test/immutable_object_cache/test_common.h index ea5d57b0d31a..3eb59ae47c3c 100644 --- a/src/test/immutable_object_cache/test_common.h +++ b/src/test/immutable_object_cache/test_common.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CACHE_TEST_COMMON_H #define CACHE_TEST_COMMON_H diff --git a/src/test/lazy-omap-stats/lazy_omap_stats_test.h b/src/test/lazy-omap-stats/lazy_omap_stats_test.h index ff08f50bad5d..1f728e1ab543 100644 --- a/src/test/lazy-omap-stats/lazy_omap_stats_test.h +++ b/src/test/lazy-omap-stats/lazy_omap_stats_test.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/librados/test.h b/src/test/librados/test.h index 719ffab4800e..bfc142b8e02f 100644 --- a/src/test/librados/test.h +++ b/src/test/librados/test.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/librados/test_cxx.h b/src/test/librados/test_cxx.h index f35f5212a487..80c4b1f02ac8 100644 --- a/src/test/librados/test_cxx.h +++ b/src/test/librados/test_cxx.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include "include/rados/librados.hpp" diff --git a/src/test/librbd/test_fixture.h b/src/test/librbd/test_fixture.h index a334361ca208..0369fc7c8d61 100644 --- a/src/test/librbd/test_fixture.h +++ b/src/test/librbd/test_fixture.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #include "include/int_types.h" #include "include/rados/librados.h" #include "include/rbd/librbd.hpp" diff --git a/src/test/librbd/test_support.h b/src/test/librbd/test_support.h index 4fec82c349a8..4ab93c147c1d 100644 --- a/src/test/librbd/test_support.h +++ b/src/test/librbd/test_support.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #include "include/int_types.h" #include "include/rados/librados.h" #include "include/rbd/librbd.hpp" diff --git a/src/test/neorados/common_tests.h b/src/test/neorados/common_tests.h index c2a231a3b726..f4ffe7476d62 100644 --- a/src/test/neorados/common_tests.h +++ b/src/test/neorados/common_tests.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/objectstore/ObjectStoreImitator.h b/src/test/objectstore/ObjectStoreImitator.h index 3149d1b424ae..1c8b26fc79b2 100644 --- a/src/test/objectstore/ObjectStoreImitator.h +++ b/src/test/objectstore/ObjectStoreImitator.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Fragmentation Simulator * Author: Tri Dao, daominhtri0503@gmail.com diff --git a/src/test/objectstore/TestObjectStoreState.h b/src/test/objectstore/TestObjectStoreState.h index e8ba4890b221..9431f1774f16 100644 --- a/src/test/objectstore/TestObjectStoreState.h +++ b/src/test/objectstore/TestObjectStoreState.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/osd/RadosModel.h b/src/test/osd/RadosModel.h index 27bb7a292eba..183859271bf1 100644 --- a/src/test/osd/RadosModel.h +++ b/src/test/osd/RadosModel.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #include "include/int_types.h" #include "common/ceph_mutex.h" diff --git a/src/test/osd/scrubber_generators.h b/src/test/osd/scrubber_generators.h index 654499f6bd1a..8b43c2d9ea2e 100644 --- a/src/test/osd/scrubber_generators.h +++ b/src/test/osd/scrubber_generators.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once /// \file generating scrub-related maps & objects for unit tests diff --git a/src/test/osd/scrubber_test_datasets.h b/src/test/osd/scrubber_test_datasets.h index 83015c765245..33b7687639c5 100644 --- a/src/test/osd/scrubber_test_datasets.h +++ b/src/test/osd/scrubber_test_datasets.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once /// \file data-sets used by the scrubber unit tests diff --git a/src/test/osdc/FakeWriteback.h b/src/test/osdc/FakeWriteback.h index 8cb1b099b814..37adae85937d 100644 --- a/src/test/osdc/FakeWriteback.h +++ b/src/test/osdc/FakeWriteback.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_TEST_OSDC_FAKEWRITEBACK_H #define CEPH_TEST_OSDC_FAKEWRITEBACK_H diff --git a/src/test/osdc/MemWriteback.h b/src/test/osdc/MemWriteback.h index ba97dff960b9..a7f9f9a75584 100644 --- a/src/test/osdc/MemWriteback.h +++ b/src/test/osdc/MemWriteback.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef CEPH_TEST_OSDC_MEMWRITEBACK_H #define CEPH_TEST_OSDC_MEMWRITEBACK_H diff --git a/src/test/perf_helper.h b/src/test/perf_helper.h index 99f84ac07731..65e7ec07f493 100644 --- a/src/test/perf_helper.h +++ b/src/test/perf_helper.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* Copyright (c) 2011 Facebook * * Permission to use, copy, modify, and distribute this software for any diff --git a/src/test/rgw/amqp_mock.h b/src/test/rgw/amqp_mock.h index f746e8c55a6d..a741343b7a2a 100644 --- a/src/test/rgw/amqp_mock.h +++ b/src/test/rgw/amqp_mock.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #pragma once #include diff --git a/src/test/rgw/test_rgw_common.h b/src/test/rgw/test_rgw_common.h index 27a1a13dfa63..c97e9665d094 100644 --- a/src/test/rgw/test_rgw_common.h +++ b/src/test/rgw/test_rgw_common.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/system/cross_process_sem.h b/src/test/system/cross_process_sem.h index bc53ff0de2cd..3fbe26db14a2 100644 --- a/src/test/system/cross_process_sem.h +++ b/src/test/system/cross_process_sem.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/system/st_rados_create_pool.h b/src/test/system/st_rados_create_pool.h index a6268f3e429c..bfabbe2149c2 100644 --- a/src/test/system/st_rados_create_pool.h +++ b/src/test/system/st_rados_create_pool.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/system/st_rados_delete_objs.h b/src/test/system/st_rados_delete_objs.h index bd930072d136..c6dca51a047d 100644 --- a/src/test/system/st_rados_delete_objs.h +++ b/src/test/system/st_rados_delete_objs.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/system/st_rados_delete_pool.h b/src/test/system/st_rados_delete_pool.h index 1724feb83c4a..04c1895d9248 100644 --- a/src/test/system/st_rados_delete_pool.h +++ b/src/test/system/st_rados_delete_pool.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/system/st_rados_list_objects.h b/src/test/system/st_rados_list_objects.h index ed4bf7de138c..7d071e6bd8aa 100644 --- a/src/test/system/st_rados_list_objects.h +++ b/src/test/system/st_rados_list_objects.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/system/st_rados_notify.h b/src/test/system/st_rados_notify.h index dbec45b39f82..602bc9a022c4 100644 --- a/src/test/system/st_rados_notify.h +++ b/src/test/system/st_rados_notify.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/system/st_rados_watch.h b/src/test/system/st_rados_watch.h index 2ccf7cfbed8a..694459524572 100644 --- a/src/test/system/st_rados_watch.h +++ b/src/test/system/st_rados_watch.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/system/systest_runnable.h b/src/test/system/systest_runnable.h index 11639ca3f49d..3018d93cc919 100644 --- a/src/test/system/systest_runnable.h +++ b/src/test/system/systest_runnable.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/test/system/systest_settings.h b/src/test/system/systest_settings.h index b7b3a6d7189d..b6f5eb8cefed 100644 --- a/src/test/system/systest_settings.h +++ b/src/test/system/systest_settings.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/tools/RadosDump.h b/src/tools/RadosDump.h index 4ef976e4a9ad..4cfd903dca5b 100644 --- a/src/tools/RadosDump.h +++ b/src/tools/RadosDump.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/tools/ceph-dencoder/nvmeof_types.h b/src/tools/ceph-dencoder/nvmeof_types.h index 6c3111c141b5..8db09bab1ead 100644 --- a/src/tools/ceph-dencoder/nvmeof_types.h +++ b/src/tools/ceph-dencoder/nvmeof_types.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/tools/ceph_objectstore_tool.h b/src/tools/ceph_objectstore_tool.h index ad4848a99f85..d04bf593cb73 100644 --- a/src/tools/ceph_objectstore_tool.h +++ b/src/tools/ceph_objectstore_tool.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/tools/cephfs/DataScan.h b/src/tools/cephfs/DataScan.h index 3d3d883823e5..906110c2f979 100644 --- a/src/tools/cephfs/DataScan.h +++ b/src/tools/cephfs/DataScan.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/tools/cephfs/Dumper.h b/src/tools/cephfs/Dumper.h index f7405bc4ff88..cb62c08ce89c 100644 --- a/src/tools/cephfs/Dumper.h +++ b/src/tools/cephfs/Dumper.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/tools/cephfs/EventOutput.h b/src/tools/cephfs/EventOutput.h index 0a00975592ae..e72cd31958eb 100644 --- a/src/tools/cephfs/EventOutput.h +++ b/src/tools/cephfs/EventOutput.h @@ -1,5 +1,6 @@ // -*- mode:c++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * ceph - scalable distributed file system * diff --git a/src/tools/cephfs/JournalFilter.h b/src/tools/cephfs/JournalFilter.h index 9c7db7f1b366..c2d96eb12ca0 100644 --- a/src/tools/cephfs/JournalFilter.h +++ b/src/tools/cephfs/JournalFilter.h @@ -1,5 +1,6 @@ // -*- mode:c++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * ceph - scalable distributed file system * diff --git a/src/tools/cephfs/JournalScanner.h b/src/tools/cephfs/JournalScanner.h index f463d976e0fb..be2d27d039f8 100644 --- a/src/tools/cephfs/JournalScanner.h +++ b/src/tools/cephfs/JournalScanner.h @@ -1,5 +1,6 @@ // -*- mode:c++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * ceph - scalable distributed file system * diff --git a/src/tools/cephfs/JournalTool.h b/src/tools/cephfs/JournalTool.h index 664c1bc25b78..092f4f89a46c 100644 --- a/src/tools/cephfs/JournalTool.h +++ b/src/tools/cephfs/JournalTool.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/tools/cephfs/MDSUtility.h b/src/tools/cephfs/MDSUtility.h index 4b14c9b847ea..021a63db4c5f 100644 --- a/src/tools/cephfs/MDSUtility.h +++ b/src/tools/cephfs/MDSUtility.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/tools/cephfs/MetaTool.h b/src/tools/cephfs/MetaTool.h index fe02fa48aa55..b81de171903f 100644 --- a/src/tools/cephfs/MetaTool.h +++ b/src/tools/cephfs/MetaTool.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + #ifndef METATOOL_H__ #define METATOOL_H__ diff --git a/src/tools/cephfs/PgFiles.h b/src/tools/cephfs/PgFiles.h index d69d893b264d..e7b332f010a9 100644 --- a/src/tools/cephfs/PgFiles.h +++ b/src/tools/cephfs/PgFiles.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/tools/cephfs/Resetter.h b/src/tools/cephfs/Resetter.h index 57b71f1b5fca..92a2ccf91bba 100644 --- a/src/tools/cephfs/Resetter.h +++ b/src/tools/cephfs/Resetter.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/tools/cephfs/TableTool.h b/src/tools/cephfs/TableTool.h index e6aea4957332..d12868a45ef7 100644 --- a/src/tools/cephfs/TableTool.h +++ b/src/tools/cephfs/TableTool.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/tools/rados/PoolDump.h b/src/tools/rados/PoolDump.h index d1828df9940b..166cd4dc812b 100644 --- a/src/tools/rados/PoolDump.h +++ b/src/tools/rados/PoolDump.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/tools/rados/RadosImport.h b/src/tools/rados/RadosImport.h index 8bd3cb7cb5ce..c2c02f88d784 100644 --- a/src/tools/rados/RadosImport.h +++ b/src/tools/rados/RadosImport.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/tools/rbd_mirror/ImageDeleter.h b/src/tools/rbd_mirror/ImageDeleter.h index 4032db687778..2922058c6dd7 100644 --- a/src/tools/rbd_mirror/ImageDeleter.h +++ b/src/tools/rbd_mirror/ImageDeleter.h @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system *