From: Edwin Rodriguez Date: Thu, 2 Oct 2025 19:31:35 +0000 (-0400) Subject: Add missing blank line after comment block X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c8c1019d1962166fa290d2f8cc8f2c40cd016168;p=ceph.git Add missing blank line after comment block Signed-off-by: Edwin Rodriguez --- diff --git a/examples/librados/hello_world.cc b/examples/librados/hello_world.cc index 560b4704b588..9485f073f211 100644 --- a/examples/librados/hello_world.cc +++ b/examples/librados/hello_world.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/examples/librbd/hello_world.cc b/examples/librbd/hello_world.cc index 3419d5d617aa..d38cb5c12904 100644 --- a/examples/librbd/hello_world.cc +++ b/examples/librbd/hello_world.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/auth/AuthClientHandler.cc index 91dce5937762..3aeb3f682979 100644 --- a/src/auth/AuthClientHandler.cc +++ b/src/auth/AuthClientHandler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/auth/AuthMethodList.cc index 40e826788ac7..a475f388c242 100644 --- a/src/auth/AuthMethodList.cc +++ b/src/auth/AuthMethodList.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/auth/AuthServiceHandler.cc index 5f398faf490c..38a044323981 100644 --- a/src/auth/AuthServiceHandler.cc +++ b/src/auth/AuthServiceHandler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/auth/AuthSessionHandler.cc index 2ea289a82a98..ee43a7d3e1c2 100644 --- a/src/auth/AuthSessionHandler.cc +++ b/src/auth/AuthSessionHandler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/auth/KeyRing.cc index dcdaa5250ef9..008c9c19c34b 100644 --- a/src/auth/KeyRing.cc +++ b/src/auth/KeyRing.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/auth/cephx/CephxClientHandler.cc index 15c1166f6b0f..968258502abf 100644 --- a/src/auth/cephx/CephxClientHandler.cc +++ b/src/auth/cephx/CephxClientHandler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/auth/cephx/CephxKeyServer.cc index f9ebcaf8df94..d34754831ba6 100644 --- a/src/auth/cephx/CephxKeyServer.cc +++ b/src/auth/cephx/CephxKeyServer.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/auth/cephx/CephxProtocol.cc index 236e172c1628..ed7c1eb4dd9b 100644 --- a/src/auth/cephx/CephxProtocol.cc +++ b/src/auth/cephx/CephxProtocol.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/auth/cephx/CephxServiceHandler.cc index 102fa9e9acf1..fb24138cfa70 100644 --- a/src/auth/cephx/CephxServiceHandler.cc +++ b/src/auth/cephx/CephxServiceHandler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/auth/cephx/CephxSessionHandler.cc index b0362aaddd25..554f71242aec 100644 --- a/src/auth/cephx/CephxSessionHandler.cc +++ b/src/auth/cephx/CephxSessionHandler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/auth/none/AuthNoneAuthorizeHandler.cc index e09c67cd0305..b699daff38b4 100644 --- a/src/auth/none/AuthNoneAuthorizeHandler.cc +++ b/src/auth/none/AuthNoneAuthorizeHandler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/blk/BlockDevice.cc index 2f2113f65003..871287cd73ab 100644 --- a/src/blk/BlockDevice.cc +++ b/src/blk/BlockDevice.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/blk/kernel/KernelDevice.cc index 343e4503ffca..606b75c0060c 100644 --- a/src/blk/kernel/KernelDevice.cc +++ b/src/blk/kernel/KernelDevice.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/blk/pmem/PMEMDevice.cc index e93854a2e7dd..0f309d2c444f 100644 --- a/src/blk/pmem/PMEMDevice.cc +++ b/src/blk/pmem/PMEMDevice.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/ceph_fuse.cc b/src/ceph_fuse.cc index f503ed85186b..a35175455250 100644 --- a/src/ceph_fuse.cc +++ b/src/ceph_fuse.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/ceph_mds.cc b/src/ceph_mds.cc index 923e6c5e13ae..7d3db8094b1a 100644 --- a/src/ceph_mds.cc +++ b/src/ceph_mds.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/ceph_mgr.cc b/src/ceph_mgr.cc index 13f989dada3a..3eace26d4c12 100644 --- a/src/ceph_mgr.cc +++ b/src/ceph_mgr.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/ceph_mon.cc b/src/ceph_mon.cc index 53622851008e..8c616049b863 100644 --- a/src/ceph_mon.cc +++ b/src/ceph_mon.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/ceph_nvmeof_monitor_client.cc b/src/ceph_nvmeof_monitor_client.cc index 639679aab458..ed4aae0516b9 100644 --- a/src/ceph_nvmeof_monitor_client.cc +++ b/src/ceph_nvmeof_monitor_client.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/ceph_osd.cc b/src/ceph_osd.cc index 5964e46f290e..da09b7bae5a7 100644 --- a/src/ceph_osd.cc +++ b/src/ceph_osd.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/ceph_syn.cc b/src/ceph_syn.cc index f749ad483d05..1296ec4fc696 100644 --- a/src/ceph_syn.cc +++ b/src/ceph_syn.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/client/Client.cc index a327e4ac4344..f571dd182d27 100644 --- a/src/client/Client.cc +++ b/src/client/Client.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/client/Delegation.cc index eb026cffe340..63a9526287b0 100644 --- a/src/client/Delegation.cc +++ b/src/client/Delegation.cc @@ -1,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 "common/Clock.h" #include "common/Timer.h" diff --git a/src/client/Fh.cc b/src/client/Fh.cc index 0960e2ca8709..222302f013ce 100644 --- a/src/client/Fh.cc +++ b/src/client/Fh.cc @@ -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/client/SyntheticClient.cc b/src/client/SyntheticClient.cc index a6811c6f843c..b7b364992f7e 100644 --- a/src/client/SyntheticClient.cc +++ b/src/client/SyntheticClient.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/client/Trace.cc index 87fdf3490c6d..e5a2ba775b5e 100644 --- a/src/client/Trace.cc +++ b/src/client/Trace.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/client/barrier.cc index 7cd4de355385..9c4e921c05c0 100644 --- a/src/client/barrier.cc +++ b/src/client/barrier.cc @@ -1,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.cc b/src/client/fuse_ll.cc index ca81908b22c1..b47f9840827c 100644 --- a/src/client/fuse_ll.cc +++ b/src/client/fuse_ll.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/cephfs/cls_cephfs.cc b/src/cls/cephfs/cls_cephfs.cc index a13018dd5908..581ea2d3dcfb 100644 --- a/src/cls/cephfs/cls_cephfs.cc +++ b/src/cls/cephfs/cls_cephfs.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/cephfs/cls_cephfs_client.cc b/src/cls/cephfs/cls_cephfs_client.cc index 8471f8392762..3546de9222a8 100644 --- a/src/cls/cephfs/cls_cephfs_client.cc +++ b/src/cls/cephfs/cls_cephfs_client.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/lock/cls_lock_client.cc b/src/cls/lock/cls_lock_client.cc index 3929d237997d..6baa39728e1b 100644 --- a/src/cls/lock/cls_lock_client.cc +++ b/src/cls/lock/cls_lock_client.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/lock/cls_lock_ops.cc b/src/cls/lock/cls_lock_ops.cc index 345a401761de..40f2f28ea1f4 100644 --- a/src/cls/lock/cls_lock_ops.cc +++ b/src/cls/lock/cls_lock_ops.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/lock/cls_lock_types.cc b/src/cls/lock/cls_lock_types.cc index 51681cdd7ccf..ab198ed4691d 100644 --- a/src/cls/lock/cls_lock_types.cc +++ b/src/cls/lock/cls_lock_types.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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_client.cc b/src/cls/log/cls_log_client.cc index 9179c0a184d8..0a3d51f870fe 100644 --- a/src/cls/log/cls_log_client.cc +++ b/src/cls/log/cls_log_client.cc @@ -1,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 "cls/log/cls_log_ops.h" diff --git a/src/cls/numops/cls_numops.cc b/src/cls/numops/cls_numops.cc index a8b99d3edd64..6b89e98c28e8 100644 --- a/src/cls/numops/cls_numops.cc +++ b/src/cls/numops/cls_numops.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/otp/cls_otp_client.cc b/src/cls/otp/cls_otp_client.cc index 94c3a7fe82dc..b99af2588e20 100644 --- a/src/cls/otp/cls_otp_client.cc +++ b/src/cls/otp/cls_otp_client.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/otp/cls_otp_types.cc b/src/cls/otp/cls_otp_types.cc index f4a9887d9ec3..f6354eb2b48e 100644 --- a/src/cls/otp/cls_otp_types.cc +++ b/src/cls/otp/cls_otp_types.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/queue/cls_queue_client.cc b/src/cls/queue/cls_queue_client.cc index 4dd15df07bc8..157d747378d0 100644 --- a/src/cls/queue/cls_queue_client.cc +++ b/src/cls/queue/cls_queue_client.cc @@ -1,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 "cls/queue/cls_queue_ops.h" diff --git a/src/cls/rgw_gc/cls_rgw_gc_client.cc b/src/cls/rgw_gc/cls_rgw_gc_client.cc index 64194fdfbb70..91c4f2d40193 100644 --- a/src/cls/rgw_gc/cls_rgw_gc_client.cc +++ b/src/cls/rgw_gc/cls_rgw_gc_client.cc @@ -1,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 "cls/rgw/cls_rgw_ops.h" diff --git a/src/cls_acl.cc b/src/cls_acl.cc index c43286eb81ad..a9b2e8ae411a 100644 --- a/src/cls_acl.cc +++ b/src/cls_acl.cc @@ -1,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/cls_crypto.cc b/src/cls_crypto.cc index 3c2a71e7d69b..21252d88dbd5 100644 --- a/src/cls_crypto.cc +++ b/src/cls_crypto.cc @@ -1,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/common/CompatSet.cc b/src/common/CompatSet.cc index d41ebeed8cc8..af9e23f8ce68 100644 --- a/src/common/CompatSet.cc +++ b/src/common/CompatSet.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/ConfUtils.cc index 0dbf97309098..e5d594c6b692 100644 --- a/src/common/ConfUtils.cc +++ b/src/common/ConfUtils.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/ContextCompletion.cc index 5a4e5d83405f..b61203ae82f9 100644 --- a/src/common/ContextCompletion.cc +++ b/src/common/ContextCompletion.cc @@ -1,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 "common/ContextCompletion.h" namespace ceph diff --git a/src/common/Cycles.cc b/src/common/Cycles.cc index 44177cc30a77..5d5f4acfa3e9 100644 --- a/src/common/Cycles.cc +++ b/src/common/Cycles.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/DecayCounter.cc index 1bc729b76ec9..dc6196f9642d 100644 --- a/src/common/DecayCounter.cc +++ b/src/common/DecayCounter.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/EventTrace.cc index e5390d342494..d248166bfdca 100644 --- a/src/common/EventTrace.cc +++ b/src/common/EventTrace.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/Formatter.cc index e8659f766601..666d6d0955f2 100644 --- a/src/common/Formatter.cc +++ b/src/common/Formatter.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/HTMLFormatter.cc b/src/common/HTMLFormatter.cc index 1b94fafd5e54..f310a822c278 100644 --- a/src/common/HTMLFormatter.cc +++ b/src/common/HTMLFormatter.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/HeartbeatMap.cc b/src/common/HeartbeatMap.cc index f24337850911..710023565ad9 100644 --- a/src/common/HeartbeatMap.cc +++ b/src/common/HeartbeatMap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/JSONFormatter.cc b/src/common/JSONFormatter.cc index 8fa6708d0e51..2d8b93bfb94e 100644 --- a/src/common/JSONFormatter.cc +++ b/src/common/JSONFormatter.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/LogClient.cc index 8e64aa656f2f..4633c0f01317 100644 --- a/src/common/LogClient.cc +++ b/src/common/LogClient.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/LogEntry.cc index 4dfbc0935397..163254c2e033 100644 --- a/src/common/LogEntry.cc +++ b/src/common/LogEntry.cc @@ -1,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 diff --git a/src/common/OutputDataSocket.cc b/src/common/OutputDataSocket.cc index e790121914d8..2fd2a960dc39 100644 --- a/src/common/OutputDataSocket.cc +++ b/src/common/OutputDataSocket.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/PluginRegistry.cc index 2fe6f5f68d84..890edcd65428 100644 --- a/src/common/PluginRegistry.cc +++ b/src/common/PluginRegistry.cc @@ -1,5 +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/PriorityCache.cc b/src/common/PriorityCache.cc index 7576d57e1a1b..fbba098efb3e 100644 --- a/src/common/PriorityCache.cc +++ b/src/common/PriorityCache.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/RefCountedObj.cc index c79bab2597c5..26421e305e09 100644 --- a/src/common/RefCountedObj.cc +++ b/src/common/RefCountedObj.cc @@ -1,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/ceph_assert.h" diff --git a/src/common/TableFormatter.cc b/src/common/TableFormatter.cc index 70e9621e656c..bab9bdfde48c 100644 --- a/src/common/TableFormatter.cc +++ b/src/common/TableFormatter.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/TextTable.cc b/src/common/TextTable.cc index 66532813dbd5..ef3b38f0ce72 100644 --- a/src/common/TextTable.cc +++ b/src/common/TextTable.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/Thread.cc index 00e788397540..c3a4286094de 100644 --- a/src/common/Thread.cc +++ b/src/common/Thread.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/Timer.cc index be0c9909301a..459bf28d583b 100644 --- a/src/common/Timer.cc +++ b/src/common/Timer.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/TrackedOp.cc index edbb08e2593f..ef12a8681416 100644 --- a/src/common/TrackedOp.cc +++ b/src/common/TrackedOp.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/WorkQueue.cc index eafa80c75910..0c8efbc3a163 100644 --- a/src/common/WorkQueue.cc +++ b/src/common/WorkQueue.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/XMLFormatter.cc b/src/common/XMLFormatter.cc index a67100f1c523..0d53dddd2f29 100644 --- a/src/common/XMLFormatter.cc +++ b/src/common/XMLFormatter.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/admin_socket.cc index 2d41f333a4b8..6fd02998143e 100644 --- a/src/common/admin_socket.cc +++ b/src/common/admin_socket.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/admin_socket_client.cc index da2898d4f127..abf40ae66689 100644 --- a/src/common/admin_socket_client.cc +++ b/src/common/admin_socket_client.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/aix_errno.cc b/src/common/aix_errno.cc index 0fafc09bb1af..0bdcb6dd2815 100644 --- a/src/common/aix_errno.cc +++ b/src/common/aix_errno.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/assert.cc b/src/common/assert.cc index c5226c9765db..ebb8ca3a8d3b 100644 --- a/src/common/assert.cc +++ b/src/common/assert.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/bit_str.cc index 03f02e17ce13..8cbbc3296086 100644 --- a/src/common/bit_str.cc +++ b/src/common/bit_str.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/blkdev.cc b/src/common/blkdev.cc index 171fe5005bc0..eaf6ab80d906 100644 --- a/src/common/blkdev.cc +++ b/src/common/blkdev.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/buffer.cc b/src/common/buffer.cc index c5bbcfb2d369..5f0038e8ce9e 100644 --- a/src/common/buffer.cc +++ b/src/common/buffer.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/ceph_argparse.cc index 909c6eefa7f1..f1ff2eb53fd6 100644 --- a/src/common/ceph_argparse.cc +++ b/src/common/ceph_argparse.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/ceph_context.cc index 0057a3745966..cd4cce263b42 100644 --- a/src/common/ceph_context.cc +++ b/src/common/ceph_context.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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_crypto.cc b/src/common/ceph_crypto.cc index f6e8c1967653..cf33f66bfcb2 100644 --- a/src/common/ceph_crypto.cc +++ b/src/common/ceph_crypto.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/ceph_time.cc index a4a244cfd916..3dacf00a8fa8 100644 --- a/src/common/ceph_time.cc +++ b/src/common/ceph_time.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/cmdparse.cc index c75f3c68652b..bd5898b54c7b 100644 --- a/src/common/cmdparse.cc +++ b/src/common/cmdparse.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/code_environment.cc b/src/common/code_environment.cc index 4760fb28477d..382ed5b22b10 100644 --- a/src/common/code_environment.cc +++ b/src/common/code_environment.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/common_init.cc b/src/common/common_init.cc index a87511c1f270..b211691324f7 100644 --- a/src/common/common_init.cc +++ b/src/common/common_init.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/compat.cc b/src/common/compat.cc index de7b4e8ab9fa..e495c1589679 100644 --- a/src/common/compat.cc +++ b/src/common/compat.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/config.cc index 5f59c68c1289..f320fbd1cbcc 100644 --- a/src/common/config.cc +++ b/src/common/config.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/darwin_errno.cc b/src/common/darwin_errno.cc index c6b92ea4482a..ff46289e1fe4 100644 --- a/src/common/darwin_errno.cc +++ b/src/common/darwin_errno.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/dns_resolve.cc index 93085b1d6e3c..36d21809230e 100644 --- a/src/common/dns_resolve.cc +++ b/src/common/dns_resolve.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/dummy.cc b/src/common/dummy.cc index 972ddedb4ba1..a8cbb843b6d9 100644 --- a/src/common/dummy.cc +++ b/src/common/dummy.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/entity_name.cc index a33229d3f8e3..996faa6ef420 100644 --- a/src/common/entity_name.cc +++ b/src/common/entity_name.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/environment.cc index 493348d71f90..d0f0ef9ff8c8 100644 --- a/src/common/environment.cc +++ b/src/common/environment.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/error_code.cc index dcf5e5604362..0bac4ea5694d 100644 --- a/src/common/error_code.cc +++ b/src/common/error_code.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/escape.cc index f4c32d13b6c3..2ec9a2c03e61 100644 --- a/src/common/escape.cc +++ b/src/common/escape.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/fd.cc b/src/common/fd.cc index 093d25655399..982cd5eef569 100644 --- a/src/common/fd.cc +++ b/src/common/fd.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/frag.cc b/src/common/frag.cc index dbd608c2d2be..1f87d72504a0 100644 --- a/src/common/frag.cc +++ b/src/common/frag.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/freebsd_errno.cc b/src/common/freebsd_errno.cc index 35f9b97076c5..c35669147077 100644 --- a/src/common/freebsd_errno.cc +++ b/src/common/freebsd_errno.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/hex.cc b/src/common/hex.cc index 587e01248db5..6e82fcc37678 100644 --- a/src/common/hex.cc +++ b/src/common/hex.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/histogram.cc index e52e080fc2c7..ad1e5abce27d 100644 --- a/src/common/histogram.cc +++ b/src/common/histogram.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/hostname.cc index fd0454b51469..d432e262f322 100644 --- a/src/common/hostname.cc +++ b/src/common/hostname.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/DataGenerator.cc b/src/common/io_exerciser/DataGenerator.cc index 32d6e6d5b7ab..4e9bc75b55b4 100644 --- a/src/common/io_exerciser/DataGenerator.cc +++ b/src/common/io_exerciser/DataGenerator.cc @@ -1,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 "DataGenerator.h" #include diff --git a/src/common/io_exerciser/Model.cc b/src/common/io_exerciser/Model.cc index 3ed73431f460..e0dc9b0b4ce8 100644 --- a/src/common/io_exerciser/Model.cc +++ b/src/common/io_exerciser/Model.cc @@ -1,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 "Model.h" using Model = ceph::io_exerciser::Model; diff --git a/src/common/lockdep.cc b/src/common/lockdep.cc index 69cc46080991..23c9293861c4 100644 --- a/src/common/lockdep.cc +++ b/src/common/lockdep.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/mclock_common.cc index a18ba78778c9..db0651232d6e 100644 --- a/src/common/mclock_common.cc +++ b/src/common/mclock_common.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/mempool.cc b/src/common/mempool.cc index d2ce75f15d3a..4fb75ab1291f 100644 --- a/src/common/mempool.cc +++ b/src/common/mempool.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/mutex_debug.cc index 2efa30c4c653..6bb7506a748a 100644 --- a/src/common/mutex_debug.cc +++ b/src/common/mutex_debug.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/obj_bencher.cc index 6df7e1ac0bee..b4db480a686c 100644 --- a/src/common/obj_bencher.cc +++ b/src/common/obj_bencher.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/openssl_opts_handler.cc index b2e25d903558..cab49ff569af 100644 --- a/src/common/openssl_opts_handler.cc +++ b/src/common/openssl_opts_handler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/perf_counters.cc index 3c657ef7fad7..7fe90a2d0aac 100644 --- a/src/common/perf_counters.cc +++ b/src/common/perf_counters.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/perf_histogram.cc index a4e05c502038..d11970fd82c9 100644 --- a/src/common/perf_histogram.cc +++ b/src/common/perf_histogram.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/pick_address.cc index 4384c9281f32..a69c2e9a4ea1 100644 --- a/src/common/pick_address.cc +++ b/src/common/pick_address.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/run_cmd.cc index e48c48876114..4775a05eb0d4 100644 --- a/src/common/run_cmd.cc +++ b/src/common/run_cmd.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/signal.cc index a3d834c9c7cb..09d9cf83b4cc 100644 --- a/src/common/signal.cc +++ b/src/common/signal.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/solaris_errno.cc b/src/common/solaris_errno.cc index 3fb35b0eb9bc..112093644430 100644 --- a/src/common/solaris_errno.cc +++ b/src/common/solaris_errno.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/str_list.cc b/src/common/str_list.cc index 71e9378b753f..2a7cd2f53b61 100644 --- a/src/common/str_list.cc +++ b/src/common/str_list.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/str_map.cc b/src/common/str_map.cc index dd16a6495a9c..fd69f04757aa 100644 --- a/src/common/str_map.cc +++ b/src/common/str_map.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/strtol.cc index f196941bbac7..af6b4120d8b2 100644 --- a/src/common/strtol.cc +++ b/src/common/strtol.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/tcp_info.cc index 2559371788e5..85a348774570 100644 --- a/src/common/tcp_info.cc +++ b/src/common/tcp_info.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/types.cc b/src/common/types.cc index 71da35d9a032..4ab4f1fb2a08 100644 --- a/src/common/types.cc +++ b/src/common/types.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/util.cc b/src/common/util.cc index 08bbd0d0a1b8..07cf882baee4 100644 --- a/src/common/util.cc +++ b/src/common/util.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/common/version.cc index ca95cb9450d9..5e41921339a4 100644 --- a/src/common/version.cc +++ b/src/common/version.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/win32/blkdev.cc b/src/common/win32/blkdev.cc index b9b1b3ee11c1..2624ab8d37cb 100644 --- a/src/common/win32/blkdev.cc +++ b/src/common/win32/blkdev.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/win32/dlfcn.cc b/src/common/win32/dlfcn.cc index 531d3bd645df..9c27f75c5a08 100644 --- a/src/common/win32/dlfcn.cc +++ b/src/common/win32/dlfcn.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/win32/dns_resolve.cc b/src/common/win32/dns_resolve.cc index c91273a77df1..44e35c1b01b5 100644 --- a/src/common/win32/dns_resolve.cc +++ b/src/common/win32/dns_resolve.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/win32/errno.cc b/src/common/win32/errno.cc index 034855da0fcf..ebae9cedfb37 100644 --- a/src/common/win32/errno.cc +++ b/src/common/win32/errno.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/Compressor.cc b/src/compressor/Compressor.cc index d3e2ddc23890..41139d9a2a9e 100644 --- a/src/compressor/Compressor.cc +++ b/src/compressor/Compressor.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/compressor/lz4/LZ4Compressor.cc index a39c8483b386..49eb72dc451e 100644 --- a/src/compressor/lz4/LZ4Compressor.cc +++ b/src/compressor/lz4/LZ4Compressor.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/common/buffer_seastar.cc b/src/crimson/common/buffer_seastar.cc index b2509ba8acb5..f0671948aef7 100644 --- a/src/crimson/common/buffer_seastar.cc +++ b/src/crimson/common/buffer_seastar.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/crush/CrushLocation.cc b/src/crimson/crush/CrushLocation.cc index 880077e35fcf..85161e3c35ae 100644 --- a/src/crimson/crush/CrushLocation.cc +++ b/src/crimson/crush/CrushLocation.cc @@ -1,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 "CrushLocation.h" #include diff --git a/src/crimson/net/Errors.cc b/src/crimson/net/Errors.cc index 2fecf14eb1fd..bf869624c2aa 100644 --- a/src/crimson/net/Errors.cc +++ b/src/crimson/net/Errors.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/crimson/net/SocketConnection.cc index 5734c09e30e4..1becb3f5752e 100644 --- a/src/crimson/net/SocketConnection.cc +++ b/src/crimson/net/SocketConnection.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/crimson/net/SocketMessenger.cc index f89fd9a94029..49e8c8ca350a 100644 --- a/src/crimson/net/SocketMessenger.cc +++ b/src/crimson/net/SocketMessenger.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/seastore/collection_manager.cc b/src/crimson/os/seastore/collection_manager.cc index 041f827f1dc9..cd35066c1e93 100644 --- a/src/crimson/os/seastore/collection_manager.cc +++ b/src/crimson/os/seastore/collection_manager.cc @@ -1,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 "crimson/os/seastore/collection_manager.h" #include "crimson/os/seastore/transaction_manager.h" diff --git a/src/crimson/os/seastore/omap_manager.cc b/src/crimson/os/seastore/omap_manager.cc index da6705f7d39b..ce8384265685 100644 --- a/src/crimson/os/seastore/omap_manager.cc +++ b/src/crimson/os/seastore/omap_manager.cc @@ -1,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 diff --git a/src/crimson/os/seastore/random_block_manager/avlallocator.cc b/src/crimson/os/seastore/random_block_manager/avlallocator.cc index 091b5ce9265b..3f8df06f9d68 100644 --- a/src/crimson/os/seastore/random_block_manager/avlallocator.cc +++ b/src/crimson/os/seastore/random_block_manager/avlallocator.cc @@ -1,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 "avlallocator.h" #include "crimson/os/seastore/logging.h" diff --git a/src/crimson/osd/scheduler/mclock_scheduler.cc b/src/crimson/osd/scheduler/mclock_scheduler.cc index e1a2e43e61b9..c9342f9dd19c 100644 --- a/src/crimson/osd/scheduler/mclock_scheduler.cc +++ b/src/crimson/osd/scheduler/mclock_scheduler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/crimson/osd/scheduler/scheduler.cc index aad6e45e89ea..f8d1598c588c 100644 --- a/src/crimson/osd/scheduler/scheduler.cc +++ b/src/crimson/osd/scheduler/scheduler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/dmclock/sim/src/ConfUtils.cc index 4170ede6d4b2..7f648641948b 100644 --- a/src/dmclock/sim/src/ConfUtils.cc +++ b/src/dmclock/sim/src/ConfUtils.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/str_list.cc b/src/dmclock/sim/src/str_list.cc index dd5a6923eafa..3ce20c2136d6 100644 --- a/src/dmclock/sim/src/str_list.cc +++ b/src/dmclock/sim/src/str_list.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/erasure-code/ErasureCode.cc index d81047f7df0e..8376329f4ecc 100644 --- a/src/erasure-code/ErasureCode.cc +++ b/src/erasure-code/ErasureCode.cc @@ -1,5 +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.cc b/src/erasure-code/ErasureCodePlugin.cc index 4bea1cb84c40..c7aacce3a063 100644 --- a/src/erasure-code/ErasureCodePlugin.cc +++ b/src/erasure-code/ErasureCodePlugin.cc @@ -1,5 +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.cc b/src/erasure-code/clay/ErasureCodeClay.cc index 5087aa20e5d2..7862ec393163 100644 --- a/src/erasure-code/clay/ErasureCodeClay.cc +++ b/src/erasure-code/clay/ErasureCodeClay.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/erasure-code/clay/ErasureCodePluginClay.cc index 18838115058f..5eb215cdecd8 100644 --- a/src/erasure-code/clay/ErasureCodePluginClay.cc +++ b/src/erasure-code/clay/ErasureCodePluginClay.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/jerasure/ErasureCodeJerasure.cc b/src/erasure-code/jerasure/ErasureCodeJerasure.cc index 767c34087d0e..401299d3ca7a 100644 --- a/src/erasure-code/jerasure/ErasureCodeJerasure.cc +++ b/src/erasure-code/jerasure/ErasureCodeJerasure.cc @@ -1,5 +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.cc b/src/erasure-code/jerasure/ErasureCodePluginJerasure.cc index e7372993fd53..f2a18d57131f 100644 --- a/src/erasure-code/jerasure/ErasureCodePluginJerasure.cc +++ b/src/erasure-code/jerasure/ErasureCodePluginJerasure.cc @@ -1,5 +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.cc b/src/erasure-code/jerasure/jerasure_init.cc index 36bb1098d70a..73b58821b6c0 100644 --- a/src/erasure-code/jerasure/jerasure_init.cc +++ b/src/erasure-code/jerasure/jerasure_init.cc @@ -1,5 +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.cc b/src/erasure-code/lrc/ErasureCodeLrc.cc index ada3ef33cc80..fc147b7b5c84 100644 --- a/src/erasure-code/lrc/ErasureCodeLrc.cc +++ b/src/erasure-code/lrc/ErasureCodeLrc.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/erasure-code/lrc/ErasureCodePluginLrc.cc index ae63c4de3288..863f8bef4c7a 100644 --- a/src/erasure-code/lrc/ErasureCodePluginLrc.cc +++ b/src/erasure-code/lrc/ErasureCodePluginLrc.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/ErasureCodePluginShec.cc b/src/erasure-code/shec/ErasureCodePluginShec.cc index 6b757080f3fa..6356e4ebd78e 100644 --- a/src/erasure-code/shec/ErasureCodePluginShec.cc +++ b/src/erasure-code/shec/ErasureCodePluginShec.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/ErasureCodeShec.cc b/src/erasure-code/shec/ErasureCodeShec.cc index 8ac35403d69f..4146ba59f951 100644 --- a/src/erasure-code/shec/ErasureCodeShec.cc +++ b/src/erasure-code/shec/ErasureCodeShec.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/erasure-code/shec/ErasureCodeShecTableCache.cc index 0f6070364f4e..0094b3874366 100644 --- a/src/erasure-code/shec/ErasureCodeShecTableCache.cc +++ b/src/erasure-code/shec/ErasureCodeShecTableCache.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/ExtBlkDevPlugin.cc b/src/extblkdev/ExtBlkDevPlugin.cc index 564a813a1d87..eea37e59b475 100644 --- a/src/extblkdev/ExtBlkDevPlugin.cc +++ b/src/extblkdev/ExtBlkDevPlugin.cc @@ -1,5 +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.cc b/src/extblkdev/vdo/ExtBlkDevPluginVdo.cc index 382c618649b1..bfad3ae8bc7f 100644 --- a/src/extblkdev/vdo/ExtBlkDevPluginVdo.cc +++ b/src/extblkdev/vdo/ExtBlkDevPluginVdo.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/vdo/ExtBlkDevVdo.cc b/src/extblkdev/vdo/ExtBlkDevVdo.cc index 11f979bdcf98..1af3c3e6412b 100644 --- a/src/extblkdev/vdo/ExtBlkDevVdo.cc +++ b/src/extblkdev/vdo/ExtBlkDevVdo.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/global/global_context.cc index 716a7572ab34..ee6b3fc478e7 100644 --- a/src/global/global_context.cc +++ b/src/global/global_context.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/global/global_init.cc index f8089de13ca8..57e0b8a49341 100644 --- a/src/global/global_init.cc +++ b/src/global/global_init.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/global/pidfile.cc index 9efa2001aa52..506623051979 100644 --- a/src/global/pidfile.cc +++ b/src/global/pidfile.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/global/signal_handler.cc index 9e1055e9ceb9..2eea357de041 100644 --- a/src/global/signal_handler.cc +++ b/src/global/signal_handler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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_win32.cc b/src/global/signal_handler_win32.cc index 094f92e4e652..11733147e8d7 100644 --- a/src/global/signal_handler_win32.cc +++ b/src/global/signal_handler_win32.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/include/filepath.cc index fbb1ca220d6b..61a3be449d1e 100644 --- a/src/include/filepath.cc +++ b/src/include/filepath.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/invoke_date.cc b/src/include/invoke_date.cc index 15d63fa74f3b..42fb51143d20 100644 --- a/src/include/invoke_date.cc +++ b/src/include/invoke_date.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/include/object.cc index be2d3ae53f0e..8a2bd6b2236a 100644 --- a/src/include/object.cc +++ b/src/include/object.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/include/types.cc index 7dfc4d2db461..d11f1b242c88 100644 --- a/src/include/types.cc +++ b/src/include/types.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/include/utime.cc index f9c4c15315e9..80ee47323d94 100644 --- a/src/include/utime.cc +++ b/src/include/utime.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/uuid.cc b/src/include/uuid.cc index 06fa1251717e..41f88878b87a 100644 --- a/src/include/uuid.cc +++ b/src/include/uuid.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/libcephfs.cc b/src/libcephfs.cc index 0da92b93b2dd..f6d522dfe642 100644 --- a/src/libcephfs.cc +++ b/src/libcephfs.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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-config.cc b/src/librados-config.cc index d425c6c79257..f986e361477b 100644 --- a/src/librados-config.cc +++ b/src/librados-config.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/librados/IoCtxImpl.cc index 116b66bb117e..c291f1c9baa4 100644 --- a/src/librados/IoCtxImpl.cc +++ b/src/librados/IoCtxImpl.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/librados/RadosClient.cc index 7c17279291ee..08a99ce90ccf 100644 --- a/src/librados/RadosClient.cc +++ b/src/librados/RadosClient.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/librados/RadosXattrIter.cc index a1348c490b6b..9a813f0c60af 100644 --- a/src/librados/RadosXattrIter.cc +++ b/src/librados/RadosXattrIter.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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_cxx.cc b/src/librados/librados_cxx.cc index 3d7298e4fe4f..4a010f928124 100644 --- a/src/librados/librados_cxx.cc +++ b/src/librados/librados_cxx.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/libradosstriper/MultiAioCompletionImpl.cc index e71555aae55e..6e65a4c52e7f 100644 --- a/src/libradosstriper/MultiAioCompletionImpl.cc +++ b/src/libradosstriper/MultiAioCompletionImpl.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/libradosstriper/RadosStriperImpl.cc index ed35677cfe70..cbaba0192688 100644 --- a/src/libradosstriper/RadosStriperImpl.cc +++ b/src/libradosstriper/RadosStriperImpl.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libradosstriper.cc b/src/libradosstriper/libradosstriper.cc index 26ec7de4e4bf..d79fa95751e9 100644 --- a/src/libradosstriper/libradosstriper.cc +++ b/src/libradosstriper/libradosstriper.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/librbd/AsyncObjectThrottle.cc index 99276488f33b..15a942679a81 100644 --- a/src/librbd/AsyncObjectThrottle.cc +++ b/src/librbd/AsyncObjectThrottle.cc @@ -1,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 "librbd/AsyncObjectThrottle.h" #include "librbd/AsyncRequest.h" #include "librbd/ImageCtx.h" diff --git a/src/librbd/AsyncRequest.cc b/src/librbd/AsyncRequest.cc index 3249cfd597fd..7ed6aa42da70 100644 --- a/src/librbd/AsyncRequest.cc +++ b/src/librbd/AsyncRequest.cc @@ -1,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 "librbd/AsyncRequest.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" diff --git a/src/librbd/ImageCtx.cc b/src/librbd/ImageCtx.cc index 1aa2da047423..9761a74f306e 100644 --- a/src/librbd/ImageCtx.cc +++ b/src/librbd/ImageCtx.cc @@ -1,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/librbd/internal.cc b/src/librbd/internal.cc index 1cb0139c3e5a..baf7a85e136f 100644 --- a/src/librbd/internal.cc +++ b/src/librbd/internal.cc @@ -1,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 diff --git a/src/librbd/librbd.cc b/src/librbd/librbd.cc index 38cf0757dbd4..6d22db9ad83c 100644 --- a/src/librbd/librbd.cc +++ b/src/librbd/librbd.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/Anchor.cc b/src/mds/Anchor.cc index f82d91bb8430..d0f46f39f1ba 100644 --- a/src/mds/Anchor.cc +++ b/src/mds/Anchor.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/BatchOp.cc index 2abe8d2bb373..e9fc961add7d 100644 --- a/src/mds/BatchOp.cc +++ b/src/mds/BatchOp.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/Beacon.cc index f7e71f28b80d..11c86156a8b8 100644 --- a/src/mds/Beacon.cc +++ b/src/mds/Beacon.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/CDentry.cc index 3dc75133546d..72fbe8f4ae27 100644 --- a/src/mds/CDentry.cc +++ b/src/mds/CDentry.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/CDir.cc index a4067606baa5..2816ca5d7878 100644 --- a/src/mds/CDir.cc +++ b/src/mds/CDir.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/CInode.cc index e7a4308883fe..8ab0d20760ad 100644 --- a/src/mds/CInode.cc +++ b/src/mds/CInode.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/Capability.cc index be0c1a4cdfe9..e105afced3cb 100644 --- a/src/mds/Capability.cc +++ b/src/mds/Capability.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/DamageTable.cc index 3dc2e13bc2e8..ddca44548450 100644 --- a/src/mds/DamageTable.cc +++ b/src/mds/DamageTable.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/FSMap.cc index 0a9b7d385c3b..1bb1a134b579 100644 --- a/src/mds/FSMap.cc +++ b/src/mds/FSMap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/InoTable.cc index 34b64b1bb2ca..debede458b17 100644 --- a/src/mds/InoTable.cc +++ b/src/mds/InoTable.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/JournalPointer.cc index 9e3240802025..e71bb0e38fcd 100644 --- a/src/mds/JournalPointer.cc +++ b/src/mds/JournalPointer.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/Locker.cc index 6ea39a3afe26..58305db60683 100644 --- a/src/mds/Locker.cc +++ b/src/mds/Locker.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/LogEvent.cc index 8362bece3585..48b96c73af04 100644 --- a/src/mds/LogEvent.cc +++ b/src/mds/LogEvent.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/MDBalancer.cc index 5cb25d9505bc..2b933c381354 100644 --- a/src/mds/MDBalancer.cc +++ b/src/mds/MDBalancer.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/MDCache.cc index 028b246dc6bd..98b566962b90 100644 --- a/src/mds/MDCache.cc +++ b/src/mds/MDCache.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/MDLog.cc index 66d22dc518e1..fbe2aecfc9de 100644 --- a/src/mds/MDLog.cc +++ b/src/mds/MDLog.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/MDSAuthCaps.cc index 37056e47f4da..21c2c6090602 100644 --- a/src/mds/MDSAuthCaps.cc +++ b/src/mds/MDSAuthCaps.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/MDSContext.cc index 3c2c566e24b3..183ea3019cfe 100644 --- a/src/mds/MDSContext.cc +++ b/src/mds/MDSContext.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/MDSDaemon.cc index 00477c16c1c0..1e0a6ed07b97 100644 --- a/src/mds/MDSDaemon.cc +++ b/src/mds/MDSDaemon.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/MDSMap.cc index 4bfb73ca5c1e..f9535157d560 100644 --- a/src/mds/MDSMap.cc +++ b/src/mds/MDSMap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/MDSRank.cc index e96690b11d43..42d39bb5df9b 100644 --- a/src/mds/MDSRank.cc +++ b/src/mds/MDSRank.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/MDSTable.cc index 2d07ca41cbd8..5d52e896f676 100644 --- a/src/mds/MDSTable.cc +++ b/src/mds/MDSTable.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/MDSTableClient.cc index 3debbfb2e730..c9df64db9591 100644 --- a/src/mds/MDSTableClient.cc +++ b/src/mds/MDSTableClient.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/MDSTableServer.cc index cfe1c41d1c4d..c1b2bec014ed 100644 --- a/src/mds/MDSTableServer.cc +++ b/src/mds/MDSTableServer.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/Mantle.cc index ee6042675785..5a03312c5b14 100644 --- a/src/mds/Mantle.cc +++ b/src/mds/Mantle.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/Migrator.cc index 989b91d778b1..b472637427df 100644 --- a/src/mds/Migrator.cc +++ b/src/mds/Migrator.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/Mutation.cc index 61d966937e65..6538f51ae822 100644 --- a/src/mds/Mutation.cc +++ b/src/mds/Mutation.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/OpenFileTable.cc index 9093b8e1e345..aa20707bf741 100644 --- a/src/mds/OpenFileTable.cc +++ b/src/mds/OpenFileTable.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/PurgeQueue.cc index c45ef842115e..8c3a0b8bb4f3 100644 --- a/src/mds/PurgeQueue.cc +++ b/src/mds/PurgeQueue.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/RecoveryQueue.cc index 2ad594a6e315..dd54f901e72c 100644 --- a/src/mds/RecoveryQueue.cc +++ b/src/mds/RecoveryQueue.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/ScrubStack.cc index e883af647dbf..589b31917bd1 100644 --- a/src/mds/ScrubStack.cc +++ b/src/mds/ScrubStack.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/Server.cc index 1de0e9856967..047dfbad40ab 100644 --- a/src/mds/Server.cc +++ b/src/mds/Server.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/SessionMap.cc index 82ae2ab65078..84e3ef9db61a 100644 --- a/src/mds/SessionMap.cc +++ b/src/mds/SessionMap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/SimpleLock.cc index 6edb46c9fa7c..ca33fbc411f1 100644 --- a/src/mds/SimpleLock.cc +++ b/src/mds/SimpleLock.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/SnapClient.cc index 1ea10775fabe..bb5c5f450ec5 100644 --- a/src/mds/SnapClient.cc +++ b/src/mds/SnapClient.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/SnapRealm.cc index 14abeacb1990..74c5ef691ebd 100644 --- a/src/mds/SnapRealm.cc +++ b/src/mds/SnapRealm.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mds/SnapServer.cc index d1dccda30fc3..b3f2ab262abc 100644 --- a/src/mds/SnapServer.cc +++ b/src/mds/SnapServer.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/StrayManager.cc b/src/mds/StrayManager.cc index 4d91d1140571..af5bc1cf80ea 100644 --- a/src/mds/StrayManager.cc +++ b/src/mds/StrayManager.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/journal.cc b/src/mds/journal.cc index 6018c129e5f5..c4600154c432 100644 --- a/src/mds/journal.cc +++ b/src/mds/journal.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/snap.cc b/src/mds/snap.cc index 876adeda1f93..f2b3dadb0662 100644 --- a/src/mds/snap.cc +++ b/src/mds/snap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mgr/ActivePyModule.cc index e32f51bfa149..6df0e1aefa5e 100644 --- a/src/mgr/ActivePyModule.cc +++ b/src/mgr/ActivePyModule.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mgr/ActivePyModules.cc index 262072c1fe0e..720cfc64d2a8 100644 --- a/src/mgr/ActivePyModules.cc +++ b/src/mgr/ActivePyModules.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/BaseMgrModule.cc b/src/mgr/BaseMgrModule.cc index f822127fe7e9..68205a813302 100644 --- a/src/mgr/BaseMgrModule.cc +++ b/src/mgr/BaseMgrModule.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/BaseMgrStandbyModule.cc b/src/mgr/BaseMgrStandbyModule.cc index 1dc18de0a93b..8ac3c3b678e8 100644 --- a/src/mgr/BaseMgrStandbyModule.cc +++ b/src/mgr/BaseMgrStandbyModule.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mgr/ClusterState.cc index d26204d746ac..ee24e3203f13 100644 --- a/src/mgr/ClusterState.cc +++ b/src/mgr/ClusterState.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mgr/DaemonServer.cc index 958f493b88a8..2a022c402faa 100644 --- a/src/mgr/DaemonServer.cc +++ b/src/mgr/DaemonServer.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mgr/DaemonState.cc index b890378711c9..def6aa4f38f7 100644 --- a/src/mgr/DaemonState.cc +++ b/src/mgr/DaemonState.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mgr/Gil.cc index 0bf290617987..b1285fc8ebd7 100644 --- a/src/mgr/Gil.cc +++ b/src/mgr/Gil.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mgr/Mgr.cc index 4e1b0d77c2c7..02640797f17f 100644 --- a/src/mgr/Mgr.cc +++ b/src/mgr/Mgr.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/MgrCap.cc b/src/mgr/MgrCap.cc index f54c16abbbc3..2610daf2da7e 100644 --- a/src/mgr/MgrCap.cc +++ b/src/mgr/MgrCap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mgr/MgrClient.cc index d3f42824f147..a63322910153 100644 --- a/src/mgr/MgrClient.cc +++ b/src/mgr/MgrClient.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mgr/MgrStandby.cc index fee4cfb2e837..03a84ceca0cc 100644 --- a/src/mgr/MgrStandby.cc +++ b/src/mgr/MgrStandby.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mgr/PyFormatter.cc index c8e7173ffa2c..6259f8356124 100644 --- a/src/mgr/PyFormatter.cc +++ b/src/mgr/PyFormatter.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mgr/PyModule.cc index 435b81bfabe1..89d00d8d00c2 100644 --- a/src/mgr/PyModule.cc +++ b/src/mgr/PyModule.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mgr/PyModuleRegistry.cc index e913590c6184..b340fc64e374 100644 --- a/src/mgr/PyModuleRegistry.cc +++ b/src/mgr/PyModuleRegistry.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mgr/PyModuleRunner.cc index 898838dc3dc7..36f8bc980443 100644 --- a/src/mgr/PyModuleRunner.cc +++ b/src/mgr/PyModuleRunner.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mgr/StandbyPyModules.cc index b550739ad489..e34c17c90bca 100644 --- a/src/mgr/StandbyPyModules.cc +++ b/src/mgr/StandbyPyModules.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/AuthMonitor.cc index ef60317ad451..77b1874429cd 100644 --- a/src/mon/AuthMonitor.cc +++ b/src/mon/AuthMonitor.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/CommandHandler.cc index 24a61473cb43..bc11b9f26fe0 100644 --- a/src/mon/CommandHandler.cc +++ b/src/mon/CommandHandler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/ConnectionTracker.cc index 6f02d87c8801..46cf65b8b805 100644 --- a/src/mon/ConnectionTracker.cc +++ b/src/mon/ConnectionTracker.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/ElectionLogic.cc index 2a140eb72c4e..44a51ba628b5 100644 --- a/src/mon/ElectionLogic.cc +++ b/src/mon/ElectionLogic.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/Elector.cc index 1efb6f66ddff..b78f38cc6ea6 100644 --- a/src/mon/Elector.cc +++ b/src/mon/Elector.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/FSCommands.cc index 8232040f7a1a..3ed78746e31f 100644 --- a/src/mon/FSCommands.cc +++ b/src/mon/FSCommands.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/HealthMonitor.cc index 99678ef82af9..b78f900330ea 100644 --- a/src/mon/HealthMonitor.cc +++ b/src/mon/HealthMonitor.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/LogMonitor.cc index 853b639e2f25..640414fb967d 100644 --- a/src/mon/LogMonitor.cc +++ b/src/mon/LogMonitor.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/MDSMonitor.cc index ae71b2525071..272e2aada1da 100644 --- a/src/mon/MDSMonitor.cc +++ b/src/mon/MDSMonitor.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/MgrMonitor.cc index 54a6e1be1058..e387212ac091 100644 --- a/src/mon/MgrMonitor.cc +++ b/src/mon/MgrMonitor.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/MonCap.cc b/src/mon/MonCap.cc index 58981d558028..60f006703d43 100644 --- a/src/mon/MonCap.cc +++ b/src/mon/MonCap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/MonClient.cc index 814966d9d5bb..72eb371b0481 100644 --- a/src/mon/MonClient.cc +++ b/src/mon/MonClient.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/Monitor.cc index d06bdc1c91a5..1d8245c98f04 100644 --- a/src/mon/Monitor.cc +++ b/src/mon/Monitor.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/MonmapMonitor.cc index a544395524a2..9cbc26cc802c 100644 --- a/src/mon/MonmapMonitor.cc +++ b/src/mon/MonmapMonitor.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/NVMeofGwMap.cc index 17698c453368..8835b2c8594a 100755 --- a/src/mon/NVMeofGwMap.cc +++ b/src/mon/NVMeofGwMap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/NVMeofGwMon.cc index e43685ff321c..f04bf2504515 100644 --- a/src/mon/NVMeofGwMon.cc +++ b/src/mon/NVMeofGwMon.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/OSDMonitor.cc index e74e522706e5..2f13eda30269 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/Paxos.cc index 6c12c62713ff..8b87d784f9ad 100644 --- a/src/mon/Paxos.cc +++ b/src/mon/Paxos.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/PaxosService.cc index 428ba261ffe9..6e4da4cd4f0f 100644 --- a/src/mon/PaxosService.cc +++ b/src/mon/PaxosService.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/mon/error_code.cc index 2ebb06510500..6301ce1a0741 100644 --- a/src/mon/error_code.cc +++ b/src/mon/error_code.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/msg/DispatchQueue.cc index 7a91c7f4bf2f..23ace18f4bd4 100644 --- a/src/msg/DispatchQueue.cc +++ b/src/msg/DispatchQueue.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/msg/async/AsyncConnection.cc index 23fd2ba663ed..17836b14ad27 100644 --- a/src/msg/async/AsyncConnection.cc +++ b/src/msg/async/AsyncConnection.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/msg/async/AsyncMessenger.cc index b954ef316fb5..6e70a7175f9f 100644 --- a/src/msg/async/AsyncMessenger.cc +++ b/src/msg/async/AsyncMessenger.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/msg/async/Event.cc index 971339e7b2e2..cc100388a945 100644 --- a/src/msg/async/Event.cc +++ b/src/msg/async/Event.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/msg/async/EventEpoll.cc index 1d28a0c36ff1..5dea0e7bedc4 100644 --- a/src/msg/async/EventEpoll.cc +++ b/src/msg/async/EventEpoll.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/msg/async/EventKqueue.cc index e82dc7d5f092..92eb42bb4232 100644 --- a/src/msg/async/EventKqueue.cc +++ b/src/msg/async/EventKqueue.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/msg/async/EventPoll.cc index 52660a6ec583..b7eff4eab158 100644 --- a/src/msg/async/EventPoll.cc +++ b/src/msg/async/EventPoll.cc @@ -1,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/msg/async/EventSelect.cc b/src/msg/async/EventSelect.cc index 9c2ed2cfaea5..1b0483c847f7 100644 --- a/src/msg/async/EventSelect.cc +++ b/src/msg/async/EventSelect.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/msg/async/PosixStack.cc index 0e09c67703d2..5bf088708fc0 100644 --- a/src/msg/async/PosixStack.cc +++ b/src/msg/async/PosixStack.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/msg/async/Stack.cc index 1720086ad542..d6225b871248 100644 --- a/src/msg/async/Stack.cc +++ b/src/msg/async/Stack.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/dpdk/EventDPDK.cc b/src/msg/async/dpdk/EventDPDK.cc index fa32706f2143..94cd33f30bdb 100644 --- a/src/msg/async/dpdk/EventDPDK.cc +++ b/src/msg/async/dpdk/EventDPDK.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/frames_v2.cc b/src/msg/async/frames_v2.cc index 71f7513b0a4b..446d55f6ffff 100644 --- a/src/msg/async/frames_v2.cc +++ b/src/msg/async/frames_v2.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/msg/async/net_handler.cc index 95ffd720e0f4..f068e2deb724 100644 --- a/src/msg/async/net_handler.cc +++ b/src/msg/async/net_handler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/msg/async/rdma/Infiniband.cc index 366cf6991619..663fde8bf574 100644 --- a/src/msg/async/rdma/Infiniband.cc +++ b/src/msg/async/rdma/Infiniband.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/RDMAConnectedSocketImpl.cc b/src/msg/async/rdma/RDMAConnectedSocketImpl.cc index 6a6540c54fff..d5ebf8ae2cca 100644 --- a/src/msg/async/rdma/RDMAConnectedSocketImpl.cc +++ b/src/msg/async/rdma/RDMAConnectedSocketImpl.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/RDMAServerSocketImpl.cc b/src/msg/async/rdma/RDMAServerSocketImpl.cc index 35e76b91b095..69ad2d2dc942 100644 --- a/src/msg/async/rdma/RDMAServerSocketImpl.cc +++ b/src/msg/async/rdma/RDMAServerSocketImpl.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/msg/async/rdma/RDMAStack.cc index e497e2285e5b..34dda383a3f3 100644 --- a/src/msg/async/rdma/RDMAStack.cc +++ b/src/msg/async/rdma/RDMAStack.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/RADOS.cc b/src/neorados/RADOS.cc index e8942f8edd63..8be19aa0039b 100644 --- a/src/neorados/RADOS.cc +++ b/src/neorados/RADOS.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/neorados/RADOSImpl.cc index fcc2e32c64f4..689bef9aabee 100644 --- a/src/neorados/RADOSImpl.cc +++ b/src/neorados/RADOSImpl.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/nvmeof/NVMeofGwClient.cc index eb0e2fa2b34c..fff827f1754d 100644 --- a/src/nvmeof/NVMeofGwClient.cc +++ b/src/nvmeof/NVMeofGwClient.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/nvmeof/NVMeofGwMonitorGroupClient.cc index f9453f6cfc0c..2998da3db356 100644 --- a/src/nvmeof/NVMeofGwMonitorGroupClient.cc +++ b/src/nvmeof/NVMeofGwMonitorGroupClient.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/os/ObjectStore.cc index 853ea4466a47..c95dd68250da 100644 --- a/src/os/ObjectStore.cc +++ b/src/os/ObjectStore.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/os/bluestore/BlueFS.cc index 16a51855ae0d..048997e54f58 100644 --- a/src/os/bluestore/BlueFS.cc +++ b/src/os/bluestore/BlueFS.cc @@ -1,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/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index 509c6fff9903..bc384267a239 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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_debug.cc b/src/os/bluestore/BlueStore_debug.cc index 6dae7b3db0fe..27bf70adc364 100644 --- a/src/os/bluestore/BlueStore_debug.cc +++ b/src/os/bluestore/BlueStore_debug.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/os/bluestore/Compression.cc index 730a40686d9e..8fbf54384700 100644 --- a/src/os/bluestore/Compression.cc +++ b/src/os/bluestore/Compression.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/os/bluestore/Writer.cc index 66cd460349ca..4da18bdab79e 100644 --- a/src/os/bluestore/Writer.cc +++ b/src/os/bluestore/Writer.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/os/bluestore/bluestore_types.cc index 77759bc6f5f5..fecca7dee360 100644 --- a/src/os/bluestore/bluestore_types.cc +++ b/src/os/bluestore/bluestore_types.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/os/bluestore/fastbmap_allocator_impl.cc index 8f1695cefbaf..e9d7b9587f52 100644 --- a/src/os/bluestore/fastbmap_allocator_impl.cc +++ b/src/os/bluestore/fastbmap_allocator_impl.cc @@ -1,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.cc b/src/os/bluestore/simple_bitmap.cc index 61c16f8e8209..5354a2d0d6c6 100644 --- a/src/os/bluestore/simple_bitmap.cc +++ b/src/os/bluestore/simple_bitmap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/os/fs/FS.cc index 12dae1031440..206c94c94676 100644 --- a/src/os/fs/FS.cc +++ b/src/os/fs/FS.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/os/fs/XFS.cc index f1c4555432b7..ad6d2a13c567 100644 --- a/src/os/fs/XFS.cc +++ b/src/os/fs/XFS.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/os/kstore/KStore.cc index fa0adc193714..35d484149a1e 100644 --- a/src/os/kstore/KStore.cc +++ b/src/os/kstore/KStore.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/os/kstore/kstore_types.cc index 4c99bf95773f..af9a347683cd 100644 --- a/src/os/kstore/kstore_types.cc +++ b/src/os/kstore/kstore_types.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/os/memstore/MemStore.cc index 82153e0e5aac..88dc734a6e3a 100644 --- a/src/os/memstore/MemStore.cc +++ b/src/os/memstore/MemStore.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/ECBackend.cc b/src/osd/ECBackend.cc index d3194e391a61..52dd2d843782 100644 --- a/src/osd/ECBackend.cc +++ b/src/osd/ECBackend.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/ECBackendL.cc index aaa140e5e8ac..a692f8cb3d0e 100644 --- a/src/osd/ECBackendL.cc +++ b/src/osd/ECBackendL.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/ECCommon.cc index c10b9314e3da..c2782b2dc42f 100644 --- a/src/osd/ECCommon.cc +++ b/src/osd/ECCommon.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/ECCommonL.cc index 037731324fb3..8dc08df190a5 100644 --- a/src/osd/ECCommonL.cc +++ b/src/osd/ECCommonL.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/ECExtentCacheL.cc index 8172711fbda1..37c38b099bc3 100644 --- a/src/osd/ECExtentCacheL.cc +++ b/src/osd/ECExtentCacheL.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/ECInject.cc index b9a2a496aee8..5f1d99dc3807 100644 --- a/src/osd/ECInject.cc +++ b/src/osd/ECInject.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/ECMsgTypes.cc index 6d59fb2329ac..5a2381fbfcce 100644 --- a/src/osd/ECMsgTypes.cc +++ b/src/osd/ECMsgTypes.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/ECTransaction.cc index a1efe98b2178..b0c49f62b445 100644 --- a/src/osd/ECTransaction.cc +++ b/src/osd/ECTransaction.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/ECTransactionL.cc index 6e305d2e85e7..10f4a5d8827b 100644 --- a/src/osd/ECTransactionL.cc +++ b/src/osd/ECTransactionL.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/HitSet.cc index b07d48d74151..d5362dcc02cc 100644 --- a/src/osd/HitSet.cc +++ b/src/osd/HitSet.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/OSD.cc index ce735a492065..ea796573764d 100644 --- a/src/osd/OSD.cc +++ b/src/osd/OSD.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/OSDCap.cc index b31348e387f5..b2c41099edf4 100644 --- a/src/osd/OSDCap.cc +++ b/src/osd/OSDCap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/OSDMap.cc index fbe67705f5ed..7a69e41b605b 100644 --- a/src/osd/OSDMap.cc +++ b/src/osd/OSDMap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/PG.cc index 852fc8239ee7..fe1c51e7595b 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/PGBackend.cc index 26602553a799..e17f4f3909d4 100644 --- a/src/osd/PGBackend.cc +++ b/src/osd/PGBackend.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/PGLog.cc index e3c0a7d814c3..7524228c0e70 100644 --- a/src/osd/PGLog.cc +++ b/src/osd/PGLog.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index 87b43cb6f023..4f28cbbc6e15 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/ReplicatedBackend.cc index 2793060b4813..ff014f4da2e3 100644 --- a/src/osd/ReplicatedBackend.cc +++ b/src/osd/ReplicatedBackend.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/SnapMapper.cc b/src/osd/SnapMapper.cc index 7cdee4d0d20e..17a24dd8aa98 100644 --- a/src/osd/SnapMapper.cc +++ b/src/osd/SnapMapper.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/error_code.cc index f8291f0a4ee0..05eeb4313310 100644 --- a/src/osd/error_code.cc +++ b/src/osd/error_code.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/osd_types.cc index 488f7930ba59..3e51bed17be5 100644 --- a/src/osd/osd_types.cc +++ b/src/osd/osd_types.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/OpScheduler.cc b/src/osd/scheduler/OpScheduler.cc index 2a3aa7779454..7c9115fbb7f7 100644 --- a/src/osd/scheduler/OpScheduler.cc +++ b/src/osd/scheduler/OpScheduler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/scheduler/OpSchedulerItem.cc index 8a32d8ba44a9..7ed99a600980 100644 --- a/src/osd/scheduler/OpSchedulerItem.cc +++ b/src/osd/scheduler/OpSchedulerItem.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osd/scheduler/mClockScheduler.cc index feaef185b01d..bd81b6c19a1b 100644 --- a/src/osd/scheduler/mClockScheduler.cc +++ b/src/osd/scheduler/mClockScheduler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/osd_scrub_sched.cc b/src/osd/scrubber/osd_scrub_sched.cc index 99c250e713e7..aa356a1c12cc 100644 --- a/src/osd/scrubber/osd_scrub_sched.cc +++ b/src/osd/scrubber/osd_scrub_sched.cc @@ -1,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 "./osd_scrub_sched.h" #include diff --git a/src/osdc/Filer.cc b/src/osdc/Filer.cc index d45980536d8d..a4ffbf1e31fd 100644 --- a/src/osdc/Filer.cc +++ b/src/osdc/Filer.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osdc/Journaler.cc index b97db34b0688..87bf3f25d576 100644 --- a/src/osdc/Journaler.cc +++ b/src/osdc/Journaler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/Objecter.cc b/src/osdc/Objecter.cc index 76f018d78183..392ef0f28639 100644 --- a/src/osdc/Objecter.cc +++ b/src/osdc/Objecter.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/osdc/Striper.cc index de0573fa1433..2a09729822df 100644 --- a/src/osdc/Striper.cc +++ b/src/osdc/Striper.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/error_code.cc b/src/osdc/error_code.cc index 1d33961795ed..25001f9eebce 100644 --- a/src/osdc/error_code.cc +++ b/src/osdc/error_code.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/perfglue/cpu_profiler.cc index 2f1af752f67d..15b51b5e14eb 100644 --- a/src/perfglue/cpu_profiler.cc +++ b/src/perfglue/cpu_profiler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/disabled_heap_profiler.cc b/src/perfglue/disabled_heap_profiler.cc index 5f225fc8d59a..8e49eb40b5fc 100644 --- a/src/perfglue/disabled_heap_profiler.cc +++ b/src/perfglue/disabled_heap_profiler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/disabled_stubs.cc b/src/perfglue/disabled_stubs.cc index 64c36498c076..f1abc1b7eef0 100644 --- a/src/perfglue/disabled_stubs.cc +++ b/src/perfglue/disabled_stubs.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/perfglue/heap_profiler.cc index fbfe58d7c22c..924a43f112c8 100644 --- a/src/perfglue/heap_profiler.cc +++ b/src/perfglue/heap_profiler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/rbd_replay/ImageNameMap.cc b/src/rbd_replay/ImageNameMap.cc index 7494efcdf0ff..e49835fc961a 100644 --- a/src/rbd_replay/ImageNameMap.cc +++ b/src/rbd_replay/ImageNameMap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/rbd_replay/PendingIO.cc b/src/rbd_replay/PendingIO.cc index 411fd84c981a..ff2058c98d46 100644 --- a/src/rbd_replay/PendingIO.cc +++ b/src/rbd_replay/PendingIO.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/rbd_replay/Replayer.cc b/src/rbd_replay/Replayer.cc index f195bfd85c93..91b0116c8757 100644 --- a/src/rbd_replay/Replayer.cc +++ b/src/rbd_replay/Replayer.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/rbd_replay/actions.cc b/src/rbd_replay/actions.cc index cad90cb4ed5f..6bb6cc369cfa 100644 --- a/src/rbd_replay/actions.cc +++ b/src/rbd_replay/actions.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/rbd_replay/ios.cc b/src/rbd_replay/ios.cc index 0a4ba8167264..883b29d37be1 100644 --- a/src/rbd_replay/ios.cc +++ b/src/rbd_replay/ios.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/rbd_replay/rbd-replay-prep.cc b/src/rbd_replay/rbd-replay-prep.cc index a3c65b377fa0..80136cea1549 100644 --- a/src/rbd_replay/rbd-replay-prep.cc +++ b/src/rbd_replay/rbd-replay-prep.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/rbd_replay/rbd-replay.cc b/src/rbd_replay/rbd-replay.cc index b7ea2552796d..f38bd20a4f73 100644 --- a/src/rbd_replay/rbd-replay.cc +++ b/src/rbd_replay/rbd-replay.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system * diff --git a/src/rbd_replay/rbd_loc.cc b/src/rbd_replay/rbd_loc.cc index ab614525dacc..f13410eed301 100644 --- a/src/rbd_replay/rbd_loc.cc +++ b/src/rbd_replay/rbd_loc.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rgw_bucket_encryption.cc b/src/rgw/rgw_bucket_encryption.cc index 783efd01735e..3f0d61f24972 100644 --- a/src/rgw/rgw_bucket_encryption.cc +++ b/src/rgw/rgw_bucket_encryption.cc @@ -1,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 + // #include "rgw_bucket_encryption.h" #include "rgw_xml.h" diff --git a/src/rgw/rgw_dmclock_scheduler_ctx.cc b/src/rgw/rgw_dmclock_scheduler_ctx.cc index a7d2dfd25b2a..e71ad320e0eb 100644 --- a/src/rgw/rgw_dmclock_scheduler_ctx.cc +++ b/src/rgw/rgw_dmclock_scheduler_ctx.cc @@ -1,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_object_lock.cc b/src/rgw/rgw_object_lock.cc index 02aee8a773dc..50e36745f5c6 100644 --- a/src/rgw/rgw_object_lock.cc +++ b/src/rgw/rgw_object_lock.cc @@ -1,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 + // #include "rgw_object_lock.h" diff --git a/src/rgw/rgw_rest_ratelimit.cc b/src/rgw/rgw_rest_ratelimit.cc index 63c7257b692c..1d4fa6ec0b73 100644 --- a/src/rgw/rgw_rest_ratelimit.cc +++ b/src/rgw/rgw_rest_ratelimit.cc @@ -1,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 + #include "rgw_rest_ratelimit.h" #include "rgw_sal.h" #include "rgw_sal_config.h" diff --git a/src/rgw/rgw_rest_sts.cc b/src/rgw/rgw_rest_sts.cc index 25e90fd9f5f9..e2d16d56988b 100644 --- a/src/rgw/rgw_rest_sts.cc +++ b/src/rgw/rgw_rest_sts.cc @@ -1,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 + #include #include #include diff --git a/src/test/ObjectMap/KeyValueDBMemory.cc b/src/test/ObjectMap/KeyValueDBMemory.cc index d1341353fb91..2f6a4bb74c57 100644 --- a/src/test/ObjectMap/KeyValueDBMemory.cc +++ b/src/test/ObjectMap/KeyValueDBMemory.cc @@ -1,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/encoding.h" #include "KeyValueDBMemory.h" #include diff --git a/src/test/ObjectMap/test_keyvaluedb_iterators.cc b/src/test/ObjectMap/test_keyvaluedb_iterators.cc index a209adab6bb5..ac6265cccbbe 100644 --- a/src/test/ObjectMap/test_keyvaluedb_iterators.cc +++ b/src/test/ObjectMap/test_keyvaluedb_iterators.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/TestSignalHandlers.cc b/src/test/TestSignalHandlers.cc index b030d92d0244..dd1cdb533830 100644 --- a/src/test/TestSignalHandlers.cc +++ b/src/test/TestSignalHandlers.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/test/admin_socket.cc index 579c371412f7..dd78887e03d2 100644 --- a/src/test/admin_socket.cc +++ b/src/test/admin_socket.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/test/admin_socket_output.cc index 22ac1c58b933..13efccca9959 100644 --- a/src/test/admin_socket_output.cc +++ b/src/test/admin_socket_output.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/test/admin_socket_output_tests.cc index 5f5e27a1418e..a5b209d58193 100644 --- a/src/test/admin_socket_output_tests.cc +++ b/src/test/admin_socket_output_tests.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/base64.cc b/src/test/base64.cc index d469cdddfb1d..cb3d03018358 100644 --- a/src/test/base64.cc +++ b/src/test/base64.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/bufferlist.cc b/src/test/bufferlist.cc index 53cc7d79453c..ba83f5329344 100644 --- a/src/test/bufferlist.cc +++ b/src/test/bufferlist.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/ceph_argparse.cc b/src/test/ceph_argparse.cc index 7c2d65860598..bf9c7557e767 100644 --- a/src/test/ceph_argparse.cc +++ b/src/test/ceph_argparse.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/ceph_breakpad.cc b/src/test/ceph_breakpad.cc index 3571894cbd2e..87e5615b8abc 100644 --- a/src/test/ceph_breakpad.cc +++ b/src/test/ceph_breakpad.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/ceph_compatset.cc b/src/test/ceph_compatset.cc index 1f0d75da5b29..1e787cf381ad 100644 --- a/src/test/ceph_compatset.cc +++ b/src/test/ceph_compatset.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/alternate_name.cc b/src/test/client/alternate_name.cc index fa0fafb2bb58..16b762f17071 100644 --- a/src/test/client/alternate_name.cc +++ b/src/test/client/alternate_name.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/ll_api.cc b/src/test/client/ll_api.cc index 40e9a28c0b91..ea33f372e497 100644 --- a/src/test/client/ll_api.cc +++ b/src/test/client/ll_api.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/main.cc b/src/test/client/main.cc index f0e4edc5c12a..3d97a0fb7a7f 100644 --- a/src/test/client/main.cc +++ b/src/test/client/main.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/nonblocking.cc b/src/test/client/nonblocking.cc index 461330a44c2e..3f0cce37c889 100644 --- a/src/test/client/nonblocking.cc +++ b/src/test/client/nonblocking.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/ops.cc b/src/test/client/ops.cc index f8de4f032a78..576c7bb478c0 100644 --- a/src/test/client/ops.cc +++ b/src/test/client/ops.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/syncio.cc b/src/test/client/syncio.cc index b707f1e8463d..0eddc2ddae9f 100644 --- a/src/test/client/syncio.cc +++ b/src/test/client/syncio.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/cls_fifo/ceph_test_neocls_fifo.cc b/src/test/cls_fifo/ceph_test_neocls_fifo.cc index 8aa995f6e664..7b2020fdf1d0 100644 --- a/src/test/cls_fifo/ceph_test_neocls_fifo.cc +++ b/src/test/cls_fifo/ceph_test_neocls_fifo.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/cls_hello/test_cls_hello.cc b/src/test/cls_hello/test_cls_hello.cc index b390f3b710d9..4ab589439a90 100644 --- a/src/test/cls_hello/test_cls_hello.cc +++ b/src/test/cls_hello/test_cls_hello.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/cls_lock/test_cls_lock.cc b/src/test/cls_lock/test_cls_lock.cc index 9be57fcf705a..77a641db723c 100644 --- a/src/test/cls_lock/test_cls_lock.cc +++ b/src/test/cls_lock/test_cls_lock.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/cls_log/test_neocls_log.cc b/src/test/cls_log/test_neocls_log.cc index 19c86322eeea..f5f4ae3fdfa0 100644 --- a/src/test/cls_log/test_neocls_log.cc +++ b/src/test/cls_log/test_neocls_log.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/cls_sem_set/test_cls_sem_set.cc b/src/test/cls_sem_set/test_cls_sem_set.cc index 2a367f4f19f2..3f06da714021 100644 --- a/src/test/cls_sem_set/test_cls_sem_set.cc +++ b/src/test/cls_sem_set/test_cls_sem_set.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/cls_version/test_neocls_version.cc b/src/test/cls_version/test_neocls_version.cc index 724a82515714..5695607f0dbd 100644 --- a/src/test/cls_version/test_neocls_version.cc +++ b/src/test/cls_version/test_neocls_version.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/Readahead.cc b/src/test/common/Readahead.cc index abc225c24c68..b58c78cb5f6e 100644 --- a/src/test/common/Readahead.cc +++ b/src/test/common/Readahead.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/Throttle.cc b/src/test/common/Throttle.cc index b4d83cdea846..1f3206439fa9 100644 --- a/src/test/common/Throttle.cc +++ b/src/test/common/Throttle.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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_resolve.cc b/src/test/common/dns_resolve.cc index 2a007a407f61..3fad393dbb5f 100644 --- a/src/test/common/dns_resolve.cc +++ b/src/test/common/dns_resolve.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/get_command_descriptions.cc b/src/test/common/get_command_descriptions.cc index a6aa45a3f92d..e87616b0668b 100644 --- a/src/test/common/get_command_descriptions.cc +++ b/src/test/common/get_command_descriptions.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/histogram.cc b/src/test/common/histogram.cc index c981ef724cfe..25f041a19499 100644 --- a/src/test/common/histogram.cc +++ b/src/test/common/histogram.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_allocate_unique.cc b/src/test/common/test_allocate_unique.cc index 71b39e6fd885..bf21f9e83584 100644 --- a/src/test/common/test_allocate_unique.cc +++ b/src/test/common/test_allocate_unique.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_async_call.cc b/src/test/common/test_async_call.cc index 35cac4712d3d..0b33fb1cebdb 100644 --- a/src/test/common/test_async_call.cc +++ b/src/test/common/test_async_call.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_async_co_spawn_group.cc b/src/test/common/test_async_co_spawn_group.cc index 9e79857ca0e3..455a5e4538cb 100644 --- a/src/test/common/test_async_co_spawn_group.cc +++ b/src/test/common/test_async_co_spawn_group.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_async_co_throttle.cc b/src/test/common/test_async_co_throttle.cc index 85b4a16e5826..f02987795884 100644 --- a/src/test/common/test_async_co_throttle.cc +++ b/src/test/common/test_async_co_throttle.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_async_completion.cc b/src/test/common/test_async_completion.cc index 29916ccea01e..e96a04cdbf4a 100644 --- a/src/test/common/test_async_completion.cc +++ b/src/test/common/test_async_completion.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_async_cond.cc b/src/test/common/test_async_cond.cc index 6e96db424349..570fda204721 100644 --- a/src/test/common/test_async_cond.cc +++ b/src/test/common/test_async_cond.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_async_parallel_for_each.cc b/src/test/common/test_async_parallel_for_each.cc index 1c8fcda8eafa..b459e360f0b7 100644 --- a/src/test/common/test_async_parallel_for_each.cc +++ b/src/test/common/test_async_parallel_for_each.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_async_redirect_error.cc b/src/test/common/test_async_redirect_error.cc index 1e01117d5031..864c730f1b73 100644 --- a/src/test/common/test_async_redirect_error.cc +++ b/src/test/common/test_async_redirect_error.cc @@ -1,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/test/common/test_async_shared_mutex.cc b/src/test/common/test_async_shared_mutex.cc index d0838d094e25..44d5d223a8a9 100644 --- a/src/test/common/test_async_shared_mutex.cc +++ b/src/test/common/test_async_shared_mutex.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_async_spawn_group.cc b/src/test/common/test_async_spawn_group.cc index f1b2d747bdfa..e487fbac4639 100644 --- a/src/test/common/test_async_spawn_group.cc +++ b/src/test/common/test_async_spawn_group.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_bit_vector.cc b/src/test/common/test_bit_vector.cc index b894bd02017e..16d3698ba6c1 100644 --- a/src/test/common/test_bit_vector.cc +++ b/src/test/common/test_bit_vector.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_blocked_completion.cc b/src/test/common/test_blocked_completion.cc index 6522bfc09465..18f716e13e33 100644 --- a/src/test/common/test_blocked_completion.cc +++ b/src/test/common/test_blocked_completion.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_bloom_filter.cc b/src/test/common/test_bloom_filter.cc index a83966d41e8f..4dcd98197872 100644 --- a/src/test/common/test_bloom_filter.cc +++ b/src/test/common/test_bloom_filter.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_bounded_key_counter.cc b/src/test/common/test_bounded_key_counter.cc index 2208b08c9f11..07f8a901a22d 100644 --- a/src/test/common/test_bounded_key_counter.cc +++ b/src/test/common/test_bounded_key_counter.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_ceph_timer.cc b/src/test/common/test_ceph_timer.cc index 7ac1f3853f32..1ff3e966950b 100644 --- a/src/test/common/test_ceph_timer.cc +++ b/src/test/common/test_ceph_timer.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_config.cc b/src/test/common/test_config.cc index de530257e3da..eb8c4804df85 100644 --- a/src/test/common/test_config.cc +++ b/src/test/common/test_config.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_context.cc b/src/test/common/test_context.cc index fdc18357d595..ec6c2621af4c 100644 --- a/src/test/common/test_context.cc +++ b/src/test/common/test_context.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_convenience.cc b/src/test/common/test_convenience.cc index 0e1be11dfa28..6826083b9a62 100644 --- a/src/test/common/test_convenience.cc +++ b/src/test/common/test_convenience.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_fault_injector.cc b/src/test/common/test_fault_injector.cc index fd97bf54e959..1e49868bcce0 100644 --- a/src/test/common/test_fault_injector.cc +++ b/src/test/common/test_fault_injector.cc @@ -1,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/test/common/test_global_doublefree.cc b/src/test/common/test_global_doublefree.cc index 7a84cf049e3e..de987f804a7f 100644 --- a/src/test/common/test_global_doublefree.cc +++ b/src/test/common/test_global_doublefree.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_hostname.cc b/src/test/common/test_hostname.cc index 6e0575e6e535..cd39004071ac 100644 --- a/src/test/common/test_hostname.cc +++ b/src/test/common/test_hostname.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_interval_map.cc b/src/test/common/test_interval_map.cc index 3bc8ee9e6f9e..dd9d7114e2ad 100644 --- a/src/test/common/test_interval_map.cc +++ b/src/test/common/test_interval_map.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_interval_set.cc b/src/test/common/test_interval_set.cc index 143474a85fc4..afc1580b6cb6 100644 --- a/src/test/common/test_interval_set.cc +++ b/src/test/common/test_interval_set.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_iso_8601.cc b/src/test/common/test_iso_8601.cc index 1e79497560fe..a1a9cea4a438 100644 --- a/src/test/common/test_iso_8601.cc +++ b/src/test/common/test_iso_8601.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_json_formattable.cc b/src/test/common/test_json_formattable.cc index 061caf545958..960eef6a3c5c 100644 --- a/src/test/common/test_json_formattable.cc +++ b/src/test/common/test_json_formattable.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_json_formatter.cc b/src/test/common/test_json_formatter.cc index 057ccdd1aa8c..79a20df22da4 100644 --- a/src/test/common/test_json_formatter.cc +++ b/src/test/common/test_json_formatter.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_librados_completion.cc b/src/test/common/test_librados_completion.cc index 56b26d7893b0..854e020903fd 100644 --- a/src/test/common/test_librados_completion.cc +++ b/src/test/common/test_librados_completion.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_lru.cc b/src/test/common/test_lru.cc index 03d7db49cc85..26dc5b88b73e 100644 --- a/src/test/common/test_lru.cc +++ b/src/test/common/test_lru.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_lruset.cc b/src/test/common/test_lruset.cc index 185590cc688b..7cd06ff8eaeb 100644 --- a/src/test/common/test_lruset.cc +++ b/src/test/common/test_lruset.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_mutex_debug.cc b/src/test/common/test_mutex_debug.cc index da7db6e35213..e091358c2d32 100644 --- a/src/test/common/test_mutex_debug.cc +++ b/src/test/common/test_mutex_debug.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_perf_histogram.cc b/src/test/common/test_perf_histogram.cc index 56182c9732dd..e9685c713364 100644 --- a/src/test/common/test_perf_histogram.cc +++ b/src/test/common/test_perf_histogram.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_random.cc b/src/test/common/test_random.cc index 84eedfca2d34..372aab5af863 100644 --- a/src/test/common/test_random.cc +++ b/src/test/common/test_random.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_shared_cache.cc b/src/test/common/test_shared_cache.cc index 09ee3541c93b..ebf735a928a7 100644 --- a/src/test/common/test_shared_cache.cc +++ b/src/test/common/test_shared_cache.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_sharedptr_registry.cc b/src/test/common/test_sharedptr_registry.cc index 31835e2733e8..a2b983ffcdaf 100644 --- a/src/test/common/test_sharedptr_registry.cc +++ b/src/test/common/test_sharedptr_registry.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_shunique_lock.cc b/src/test/common/test_shunique_lock.cc index c86c383c99a8..8ade72c79711 100644 --- a/src/test/common/test_shunique_lock.cc +++ b/src/test/common/test_shunique_lock.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_static_ptr.cc b/src/test/common/test_static_ptr.cc index feb3357c9c5e..dde5ce2f5559 100644 --- a/src/test/common/test_static_ptr.cc +++ b/src/test/common/test_static_ptr.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_str_map.cc b/src/test/common/test_str_map.cc index 50d546802b95..30288f38e9e3 100644 --- a/src/test/common/test_str_map.cc +++ b/src/test/common/test_str_map.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_time.cc b/src/test/common/test_time.cc index 93649712ede1..0b3f16e1195e 100644 --- a/src/test/common/test_time.cc +++ b/src/test/common/test_time.cc @@ -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/test/common/test_util.cc b/src/test/common/test_util.cc index f66102c3e2e8..7ae67724919b 100644 --- a/src/test/common/test_util.cc +++ b/src/test/common/test_util.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_versioned_variant.cc b/src/test/common/test_versioned_variant.cc index dd172d0d4fbc..670b82465d41 100644 --- a/src/test/common/test_versioned_variant.cc +++ b/src/test/common/test_versioned_variant.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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_plugin_example.cc b/src/test/compressor/compressor_plugin_example.cc index 1d07918a65b9..e1be1c89f59d 100644 --- a/src/test/compressor/compressor_plugin_example.cc +++ b/src/test/compressor/compressor_plugin_example.cc @@ -1,5 +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/compressor/test_compression.cc b/src/test/compressor/test_compression.cc index 2855c879036c..38538c158f54 100644 --- a/src/test/compressor/test_compression.cc +++ b/src/test/compressor/test_compression.cc @@ -1,5 +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/confutils.cc b/src/test/confutils.cc index 72bb25943523..0c587e3ec6b2 100644 --- a/src/test/confutils.cc +++ b/src/test/confutils.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/crimson/test_lru.cc b/src/test/crimson/test_lru.cc index cdc286545407..c2ed7eb424f1 100644 --- a/src/test/crimson/test_lru.cc +++ b/src/test/crimson/test_lru.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/crush/CrushWrapper.cc b/src/test/crush/CrushWrapper.cc index c8176c4285db..91ef8ffacfec 100644 --- a/src/test/crush/CrushWrapper.cc +++ b/src/test/crush/CrushWrapper.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/crush/crush.cc b/src/test/crush/crush.cc index 773cb8ad5f89..7c6ab208cd8b 100644 --- a/src/test/crush/crush.cc +++ b/src/test/crush/crush.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/daemon_config.cc b/src/test/daemon_config.cc index aa765da547af..afbcb8f9e3a2 100644 --- a/src/test/daemon_config.cc +++ b/src/test/daemon_config.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/DirectMessenger.cc b/src/test/direct_messenger/DirectMessenger.cc index c3ab21b41577..777153fc70bd 100644 --- a/src/test/direct_messenger/DirectMessenger.cc +++ b/src/test/direct_messenger/DirectMessenger.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/test/direct_messenger/QueueStrategy.cc index 525453635d22..8d7a81b31214 100644 --- a/src/test/direct_messenger/QueueStrategy.cc +++ b/src/test/direct_messenger/QueueStrategy.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/ErasureCodePluginExample.cc b/src/test/erasure-code/ErasureCodePluginExample.cc index 8f4d61e238f9..eb6b7a9adcd7 100644 --- a/src/test/erasure-code/ErasureCodePluginExample.cc +++ b/src/test/erasure-code/ErasureCodePluginExample.cc @@ -1,5 +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/ErasureCodePluginFailToInitialize.cc b/src/test/erasure-code/ErasureCodePluginFailToInitialize.cc index 15bdf591f8d3..7f4176531448 100644 --- a/src/test/erasure-code/ErasureCodePluginFailToInitialize.cc +++ b/src/test/erasure-code/ErasureCodePluginFailToInitialize.cc @@ -1,5 +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/ErasureCodePluginFailToRegister.cc b/src/test/erasure-code/ErasureCodePluginFailToRegister.cc index 64b75beecf35..0c3622443e6e 100644 --- a/src/test/erasure-code/ErasureCodePluginFailToRegister.cc +++ b/src/test/erasure-code/ErasureCodePluginFailToRegister.cc @@ -1,5 +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/ErasureCodePluginHangs.cc b/src/test/erasure-code/ErasureCodePluginHangs.cc index bf75fc742921..7a87abeb5344 100644 --- a/src/test/erasure-code/ErasureCodePluginHangs.cc +++ b/src/test/erasure-code/ErasureCodePluginHangs.cc @@ -1,5 +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/TestErasureCode.cc b/src/test/erasure-code/TestErasureCode.cc index 1be398257561..21303dc2a882 100644 --- a/src/test/erasure-code/TestErasureCode.cc +++ b/src/test/erasure-code/TestErasureCode.cc @@ -1,5 +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/TestErasureCodeClay.cc b/src/test/erasure-code/TestErasureCodeClay.cc index 2b49277bf83d..f6793516b236 100644 --- a/src/test/erasure-code/TestErasureCodeClay.cc +++ b/src/test/erasure-code/TestErasureCodeClay.cc @@ -1,5 +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/TestErasureCodeExample.cc b/src/test/erasure-code/TestErasureCodeExample.cc index 09a29da1975c..28274b1ad597 100644 --- a/src/test/erasure-code/TestErasureCodeExample.cc +++ b/src/test/erasure-code/TestErasureCodeExample.cc @@ -1,5 +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/TestErasureCodeJerasure.cc b/src/test/erasure-code/TestErasureCodeJerasure.cc index 7f79aaec2582..ed92b3e8f493 100644 --- a/src/test/erasure-code/TestErasureCodeJerasure.cc +++ b/src/test/erasure-code/TestErasureCodeJerasure.cc @@ -1,5 +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/TestErasureCodeLrc.cc b/src/test/erasure-code/TestErasureCodeLrc.cc index 0f108bdc26de..db05e1e2b15f 100644 --- a/src/test/erasure-code/TestErasureCodeLrc.cc +++ b/src/test/erasure-code/TestErasureCodeLrc.cc @@ -1,5 +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/TestErasureCodePlugin.cc b/src/test/erasure-code/TestErasureCodePlugin.cc index 3affd06cf91c..2e6a01105697 100644 --- a/src/test/erasure-code/TestErasureCodePlugin.cc +++ b/src/test/erasure-code/TestErasureCodePlugin.cc @@ -1,5 +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/TestErasureCodePluginClay.cc b/src/test/erasure-code/TestErasureCodePluginClay.cc index bfa761546901..7f5ddff60895 100644 --- a/src/test/erasure-code/TestErasureCodePluginClay.cc +++ b/src/test/erasure-code/TestErasureCodePluginClay.cc @@ -1,5 +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/TestErasureCodePluginJerasure.cc b/src/test/erasure-code/TestErasureCodePluginJerasure.cc index 10673e336009..e180f6d4e0d6 100644 --- a/src/test/erasure-code/TestErasureCodePluginJerasure.cc +++ b/src/test/erasure-code/TestErasureCodePluginJerasure.cc @@ -1,5 +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/TestErasureCodePluginLrc.cc b/src/test/erasure-code/TestErasureCodePluginLrc.cc index 0a197290f62e..5bf215fcbda1 100644 --- a/src/test/erasure-code/TestErasureCodePluginLrc.cc +++ b/src/test/erasure-code/TestErasureCodePluginLrc.cc @@ -1,5 +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/TestErasureCodePluginShec.cc b/src/test/erasure-code/TestErasureCodePluginShec.cc index e2f3ce42787f..d391190c115a 100644 --- a/src/test/erasure-code/TestErasureCodePluginShec.cc +++ b/src/test/erasure-code/TestErasureCodePluginShec.cc @@ -1,5 +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/TestErasureCodePlugins.cc b/src/test/erasure-code/TestErasureCodePlugins.cc index f2d14b37ad75..6943c3d313ff 100644 --- a/src/test/erasure-code/TestErasureCodePlugins.cc +++ b/src/test/erasure-code/TestErasureCodePlugins.cc @@ -1,5 +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/TestErasureCodeShec.cc b/src/test/erasure-code/TestErasureCodeShec.cc index 370cfea2224e..ac66f4beaed6 100644 --- a/src/test/erasure-code/TestErasureCodeShec.cc +++ b/src/test/erasure-code/TestErasureCodeShec.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/TestErasureCodeShec_all.cc b/src/test/erasure-code/TestErasureCodeShec_all.cc index 7d59c20bc8ce..9f44ad1fa541 100644 --- a/src/test/erasure-code/TestErasureCodeShec_all.cc +++ b/src/test/erasure-code/TestErasureCodeShec_all.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/TestErasureCodeShec_arguments.cc b/src/test/erasure-code/TestErasureCodeShec_arguments.cc index b9dd6118c431..0ae2f331b13b 100644 --- a/src/test/erasure-code/TestErasureCodeShec_arguments.cc +++ b/src/test/erasure-code/TestErasureCodeShec_arguments.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/TestErasureCodeShec_thread.cc b/src/test/erasure-code/TestErasureCodeShec_thread.cc index b3144beb3283..a7404c2d7b51 100644 --- a/src/test/erasure-code/TestErasureCodeShec_thread.cc +++ b/src/test/erasure-code/TestErasureCodeShec_thread.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/ceph_erasure_code_benchmark.cc b/src/test/erasure-code/ceph_erasure_code_benchmark.cc index e355abb297bf..e6a7fd06d766 100644 --- a/src/test/erasure-code/ceph_erasure_code_benchmark.cc +++ b/src/test/erasure-code/ceph_erasure_code_benchmark.cc @@ -1,5 +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_non_regression.cc b/src/test/erasure-code/ceph_erasure_code_non_regression.cc index c8451cb6e614..db026eb1a802 100644 --- a/src/test/erasure-code/ceph_erasure_code_non_regression.cc +++ b/src/test/erasure-code/ceph_erasure_code_non_regression.cc @@ -1,5 +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/escape.cc b/src/test/escape.cc index 63825bd48a85..d0c89664eea6 100644 --- a/src/test/escape.cc +++ b/src/test/escape.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/fio/fio_ceph_messenger.cc b/src/test/fio/fio_ceph_messenger.cc index 5012ced63eab..bdef5c2ceb0f 100644 --- a/src/test/fio/fio_ceph_messenger.cc +++ b/src/test/fio/fio_ceph_messenger.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * CEPH messenger engine * diff --git a/src/test/fio/fio_ceph_objectstore.cc b/src/test/fio/fio_ceph_objectstore.cc index a65aaf86115a..ea5948e619df 100644 --- a/src/test/fio/fio_ceph_objectstore.cc +++ b/src/test/fio/fio_ceph_objectstore.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph ObjectStore engine * diff --git a/src/test/formatter.cc b/src/test/formatter.cc index 69a68443e149..5f2fd7113b4a 100644 --- a/src/test/formatter.cc +++ b/src/test/formatter.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/fs/mds_types.cc b/src/test/fs/mds_types.cc index c863c82a1178..6e807ac26ba8 100644 --- a/src/test/fs/mds_types.cc +++ b/src/test/fs/mds_types.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/gather.cc b/src/test/gather.cc index 915625fc3cd7..19ee731e7515 100644 --- a/src/test/gather.cc +++ b/src/test/gather.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/heartbeat_map.cc b/src/test/heartbeat_map.cc index 325e73ec2d0c..5798f528c432 100644 --- a/src/test/heartbeat_map.cc +++ b/src/test/heartbeat_map.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/immutable_object_cache/test_multi_session.cc b/src/test/immutable_object_cache/test_multi_session.cc index 72668ed089e6..8b35bd29db2e 100644 --- a/src/test/immutable_object_cache/test_multi_session.cc +++ b/src/test/immutable_object_cache/test_multi_session.cc @@ -1,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 diff --git a/src/test/lazy-omap-stats/lazy_omap_stats_test.cc b/src/test/lazy-omap-stats/lazy_omap_stats_test.cc index b9fde8f8664e..3d1e96ae7daf 100644 --- a/src/test/lazy-omap-stats/lazy_omap_stats_test.cc +++ b/src/test/lazy-omap-stats/lazy_omap_stats_test.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/lazy-omap-stats/main.cc b/src/test/lazy-omap-stats/main.cc index 122c56d4ecad..07477d814740 100644 --- a/src/test/lazy-omap-stats/main.cc +++ b/src/test/lazy-omap-stats/main.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/access.cc b/src/test/libcephfs/access.cc index f89b796baa04..2f41626e7c3e 100644 --- a/src/test/libcephfs/access.cc +++ b/src/test/libcephfs/access.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/acl.cc b/src/test/libcephfs/acl.cc index 8bd0ab83df15..751b6da256af 100644 --- a/src/test/libcephfs/acl.cc +++ b/src/test/libcephfs/acl.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/caps.cc b/src/test/libcephfs/caps.cc index c32fb606c809..27273ea97585 100644 --- a/src/test/libcephfs/caps.cc +++ b/src/test/libcephfs/caps.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/client_cache.cc b/src/test/libcephfs/client_cache.cc index 38b75718a6a3..a37be0c030d6 100644 --- a/src/test/libcephfs/client_cache.cc +++ b/src/test/libcephfs/client_cache.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/deleg.cc b/src/test/libcephfs/deleg.cc index 185384448572..2012196e30f7 100644 --- a/src/test/libcephfs/deleg.cc +++ b/src/test/libcephfs/deleg.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Tests for Ceph delegation handling * diff --git a/src/test/libcephfs/flock.cc b/src/test/libcephfs/flock.cc index ff510bbc81ee..3ced2d1bcec5 100644 --- a/src/test/libcephfs/flock.cc +++ b/src/test/libcephfs/flock.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/lazyio.cc b/src/test/libcephfs/lazyio.cc index 47f67798069f..48daa33e5eb4 100644 --- a/src/test/libcephfs/lazyio.cc +++ b/src/test/libcephfs/lazyio.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/main.cc b/src/test/libcephfs/main.cc index 2e4867ace92e..425e30eeea02 100644 --- a/src/test/libcephfs/main.cc +++ b/src/test/libcephfs/main.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/monconfig.cc b/src/test/libcephfs/monconfig.cc index d0dd9b2aac81..685170ad0921 100644 --- a/src/test/libcephfs/monconfig.cc +++ b/src/test/libcephfs/monconfig.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/multiclient.cc b/src/test/libcephfs/multiclient.cc index 346243ff85c1..a7155853f572 100644 --- a/src/test/libcephfs/multiclient.cc +++ b/src/test/libcephfs/multiclient.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/newops.cc b/src/test/libcephfs/newops.cc index 8d9e1211d4a1..09e0c7e7c1e0 100644 --- a/src/test/libcephfs/newops.cc +++ b/src/test/libcephfs/newops.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/perfcounters.cc b/src/test/libcephfs/perfcounters.cc index 788659966be5..e951a8480a59 100644 --- a/src/test/libcephfs/perfcounters.cc +++ b/src/test/libcephfs/perfcounters.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/quota.cc b/src/test/libcephfs/quota.cc index 2059585f8cb1..a4aa39825753 100644 --- a/src/test/libcephfs/quota.cc +++ b/src/test/libcephfs/quota.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/readdir_r_cb.cc b/src/test/libcephfs/readdir_r_cb.cc index c8b92eb51344..c661c3bb4f01 100644 --- a/src/test/libcephfs/readdir_r_cb.cc +++ b/src/test/libcephfs/readdir_r_cb.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/reclaim.cc b/src/test/libcephfs/reclaim.cc index 4ee48aeb4955..428f3d1cc40b 100644 --- a/src/test/libcephfs/reclaim.cc +++ b/src/test/libcephfs/reclaim.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Tests for Ceph delegation handling * diff --git a/src/test/libcephfs/recordlock.cc b/src/test/libcephfs/recordlock.cc index 63040529dea1..93f07e24f17a 100644 --- a/src/test/libcephfs/recordlock.cc +++ b/src/test/libcephfs/recordlock.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/recordlock_hl.cc b/src/test/libcephfs/recordlock_hl.cc index 97ca54bd20fc..32aee7e678b1 100644 --- a/src/test/libcephfs/recordlock_hl.cc +++ b/src/test/libcephfs/recordlock_hl.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/snapdiff.cc b/src/test/libcephfs/snapdiff.cc index de199a3e2080..18b0aa816d23 100644 --- a/src/test/libcephfs/snapdiff.cc +++ b/src/test/libcephfs/snapdiff.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/suidsgid.cc b/src/test/libcephfs/suidsgid.cc index 9ab8e21586a6..ceb2eabbf475 100644 --- a/src/test/libcephfs/suidsgid.cc +++ b/src/test/libcephfs/suidsgid.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/test.cc b/src/test/libcephfs/test.cc index e4e44b25d29c..d4b4954f6f63 100644 --- a/src/test/libcephfs/test.cc +++ b/src/test/libcephfs/test.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs/vxattr.cc b/src/test/libcephfs/vxattr.cc index 0a22789b35c7..58527d3d9a89 100644 --- a/src/test/libcephfs/vxattr.cc +++ b/src/test/libcephfs/vxattr.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/libcephfs_config.cc b/src/test/libcephfs_config.cc index 2dd9e935ac48..586109ddb6d9 100644 --- a/src/test/libcephfs_config.cc +++ b/src/test/libcephfs_config.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/asio.cc b/src/test/librados/asio.cc index 3382ceb4de03..58bf609fd1a8 100644 --- a/src/test/librados/asio.cc +++ b/src/test/librados/asio.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/librados_config.cc b/src/test/librados/librados_config.cc index da605d22f80a..d4c684bc7657 100644 --- a/src/test/librados/librados_config.cc +++ b/src/test/librados/librados_config.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/list.cc b/src/test/librados/list.cc index dd01778cd14e..e2b92e9a83a1 100644 --- a/src/test/librados/list.cc +++ b/src/test/librados/list.cc @@ -1,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/rados/librados.h" #include "include/rados/librados.hpp" #include "include/stringify.h" diff --git a/src/test/librados/list_cxx.cc b/src/test/librados/list_cxx.cc index e38e881fbe43..e5fd65a64949 100644 --- a/src/test/librados/list_cxx.cc +++ b/src/test/librados/list_cxx.cc @@ -1,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/librados/misc.cc b/src/test/librados/misc.cc index 0e0a99bc2a1d..a3757f5c7a3b 100644 --- a/src/test/librados/misc.cc +++ b/src/test/librados/misc.cc @@ -1,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 "gtest/gtest.h" #include "mds/mdstypes.h" diff --git a/src/test/librados/misc_cxx.cc b/src/test/librados/misc_cxx.cc index 5b7dd3960b26..32c54ed44c6a 100644 --- a/src/test/librados/misc_cxx.cc +++ b/src/test/librados/misc_cxx.cc @@ -1,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/librados/tier_cxx.cc b/src/test/librados/tier_cxx.cc index e4ccd7af8e6e..89893cf8b284 100644 --- a/src/test/librados/tier_cxx.cc +++ b/src/test/librados/tier_cxx.cc @@ -1,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 "gtest/gtest.h" #include "mds/mdstypes.h" diff --git a/src/test/librbd/fsx.cc b/src/test/librbd/fsx.cc index 367547d0ff86..2531085c6ea9 100644 --- a/src/test/librbd/fsx.cc +++ b/src/test/librbd/fsx.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:8; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Copyright (C) 1991, NeXT Computer, Inc. All Rights Reserved. * diff --git a/src/test/librbd/test_ImageWatcher.cc b/src/test/librbd/test_ImageWatcher.cc index 816b26e08aa1..0a99dfe2ff39 100644 --- a/src/test/librbd/test_ImageWatcher.cc +++ b/src/test/librbd/test_ImageWatcher.cc @@ -1,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 "test/librbd/test_fixture.h" #include "test/librbd/test_support.h" #include "include/int_types.h" diff --git a/src/test/librbd/test_ObjectMap.cc b/src/test/librbd/test_ObjectMap.cc index 55b11ef405b2..54763e58af1b 100644 --- a/src/test/librbd/test_ObjectMap.cc +++ b/src/test/librbd/test_ObjectMap.cc @@ -1,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 "test/librbd/test_fixture.h" #include "test/librbd/test_support.h" #include "librbd/ExclusiveLock.h" diff --git a/src/test/librbd/test_fixture.cc b/src/test/librbd/test_fixture.cc index 4d549ebab546..29d77b40f391 100644 --- a/src/test/librbd/test_fixture.cc +++ b/src/test/librbd/test_fixture.cc @@ -1,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 "common/Cond.h" #include "test/librbd/test_fixture.h" #include "test/librbd/test_support.h" diff --git a/src/test/librbd/test_librbd.cc b/src/test/librbd/test_librbd.cc index e2bb1d9ea076..67d94d0a4634 100644 --- a/src/test/librbd/test_librbd.cc +++ b/src/test/librbd/test_librbd.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/librbd/test_mirroring.cc b/src/test/librbd/test_mirroring.cc index 6da25249ede1..84551a2ab487 100644 --- a/src/test/librbd/test_mirroring.cc +++ b/src/test/librbd/test_mirroring.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/librbd/test_support.cc b/src/test/librbd/test_support.cc index 1fc2c8a291e3..bf343138ce58 100644 --- a/src/test/librbd/test_support.cc +++ b/src/test/librbd/test_support.cc @@ -1,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 "test/librbd/test_support.h" #include "include/rbd_types.h" #include "gtest/gtest.h" diff --git a/src/test/librgw_file.cc b/src/test/librgw_file.cc index 19dd2101e9f0..ecc5ed00d832 100644 --- a/src/test/librgw_file.cc +++ b/src/test/librgw_file.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/librgw_file_aw.cc b/src/test/librgw_file_aw.cc index 0f9fc23ae622..06d78b0fd64c 100644 --- a/src/test/librgw_file_aw.cc +++ b/src/test/librgw_file_aw.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/librgw_file_cd.cc b/src/test/librgw_file_cd.cc index 42d28164bf6e..da175b5d7bbe 100644 --- a/src/test/librgw_file_cd.cc +++ b/src/test/librgw_file_cd.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/librgw_file_gp.cc b/src/test/librgw_file_gp.cc index de6513cf745f..f6d64ac55943 100644 --- a/src/test/librgw_file_gp.cc +++ b/src/test/librgw_file_gp.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/librgw_file_marker.cc b/src/test/librgw_file_marker.cc index 2b8011b44efa..b2daac105402 100644 --- a/src/test/librgw_file_marker.cc +++ b/src/test/librgw_file_marker.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/librgw_file_nfsns.cc b/src/test/librgw_file_nfsns.cc index 24b7bb48baf4..de1f2e580ea8 100644 --- a/src/test/librgw_file_nfsns.cc +++ b/src/test/librgw_file_nfsns.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/librgw_file_rename.cc b/src/test/librgw_file_rename.cc index 568c2e0df2a1..992bcfaf1444 100644 --- a/src/test/librgw_file_rename.cc +++ b/src/test/librgw_file_rename.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/librgw_file_xattr.cc b/src/test/librgw_file_xattr.cc index cb3e6dbb8a22..4e4b69314033 100644 --- a/src/test/librgw_file_xattr.cc +++ b/src/test/librgw_file_xattr.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/mds/TestMDSAuthCaps.cc b/src/test/mds/TestMDSAuthCaps.cc index edef22886328..08447ad1f32e 100644 --- a/src/test/mds/TestMDSAuthCaps.cc +++ b/src/test/mds/TestMDSAuthCaps.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/mds/TestSessionFilter.cc b/src/test/mds/TestSessionFilter.cc index a140085cc46d..31abd91122da 100644 --- a/src/test/mds/TestSessionFilter.cc +++ b/src/test/mds/TestSessionFilter.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/mgr/test_mgrcap.cc b/src/test/mgr/test_mgrcap.cc index 851c2bffe470..93b26f4622b8 100644 --- a/src/test/mgr/test_mgrcap.cc +++ b/src/test/mgr/test_mgrcap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/mime.cc b/src/test/mime.cc index 79c2104e6e93..883159f738b5 100644 --- a/src/test/mime.cc +++ b/src/test/mime.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/mon/MonMap.cc b/src/test/mon/MonMap.cc index d67dd9e38c6c..df0d3e636eec 100644 --- a/src/test/mon/MonMap.cc +++ b/src/test/mon/MonMap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/mon/PGMap.cc b/src/test/mon/PGMap.cc index 97736d3bc635..392bc929a398 100644 --- a/src/test/mon/PGMap.cc +++ b/src/test/mon/PGMap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/mon/moncap.cc b/src/test/mon/moncap.cc index fd83c86e11c5..6d5bdcb5f971 100644 --- a/src/test/mon/moncap.cc +++ b/src/test/mon/moncap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/mon/test-mon-msg.cc b/src/test/mon/test-mon-msg.cc index d3071c634e1f..2f83bff2a628 100644 --- a/src/test/mon/test-mon-msg.cc +++ b/src/test/mon/test-mon-msg.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/mon/test_mon_types.cc b/src/test/mon/test_mon_types.cc index 177365098651..62b85a5af72a 100644 --- a/src/test/mon/test_mon_types.cc +++ b/src/test/mon/test_mon_types.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/mon/test_mon_workloadgen.cc b/src/test/mon/test_mon_workloadgen.cc index b17adf82d794..046a4ac2dd83 100644 --- a/src/test/mon/test_mon_workloadgen.cc +++ b/src/test/mon/test_mon_workloadgen.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/msgr/perf_msgr_client.cc b/src/test/msgr/perf_msgr_client.cc index 94fff94cda9b..80f0fde8e43d 100644 --- a/src/test/msgr/perf_msgr_client.cc +++ b/src/test/msgr/perf_msgr_client.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/msgr/perf_msgr_server.cc b/src/test/msgr/perf_msgr_server.cc index d21548a90713..5610e06ecaeb 100644 --- a/src/test/msgr/perf_msgr_server.cc +++ b/src/test/msgr/perf_msgr_server.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/msgr/test_async_driver.cc b/src/test/msgr/test_async_driver.cc index 0f5331b1fdad..b8c16d0a4305 100644 --- a/src/test/msgr/test_async_driver.cc +++ b/src/test/msgr/test_async_driver.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/msgr/test_async_networkstack.cc b/src/test/msgr/test_async_networkstack.cc index 99f22977dcc1..474d4fe691d0 100644 --- a/src/test/msgr/test_async_networkstack.cc +++ b/src/test/msgr/test_async_networkstack.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/msgr/test_frames_v2.cc b/src/test/msgr/test_frames_v2.cc index c3c212ada03b..0fd94f320cea 100644 --- a/src/test/msgr/test_frames_v2.cc +++ b/src/test/msgr/test_frames_v2.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/msgr/test_msgr.cc b/src/test/msgr/test_msgr.cc index ddff238ae3a0..f7fa960052a5 100644 --- a/src/test/msgr/test_msgr.cc +++ b/src/test/msgr/test_msgr.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/msgr/test_userspace_event.cc b/src/test/msgr/test_userspace_event.cc index ae294db42f45..e5ae58bf813f 100644 --- a/src/test/msgr/test_userspace_event.cc +++ b/src/test/msgr/test_userspace_event.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados/cls.cc b/src/test/neorados/cls.cc index 40ffcb8f63da..af77b909b0ab 100644 --- a/src/test/neorados/cls.cc +++ b/src/test/neorados/cls.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados/cmd.cc b/src/test/neorados/cmd.cc index 089061be7f53..0c8796be9b5e 100644 --- a/src/test/neorados/cmd.cc +++ b/src/test/neorados/cmd.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados/common_tests.cc b/src/test/neorados/common_tests.cc index f174667f8aaa..ce7e90ad30ee 100644 --- a/src/test/neorados/common_tests.cc +++ b/src/test/neorados/common_tests.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados/ec_io.cc b/src/test/neorados/ec_io.cc index a670290e5560..65274b80b436 100644 --- a/src/test/neorados/ec_io.cc +++ b/src/test/neorados/ec_io.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados/ec_list.cc b/src/test/neorados/ec_list.cc index d835d29fa441..3c14b864a26a 100644 --- a/src/test/neorados/ec_list.cc +++ b/src/test/neorados/ec_list.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados/handler_error.cc b/src/test/neorados/handler_error.cc index fb991120a520..37215ee9d6cd 100644 --- a/src/test/neorados/handler_error.cc +++ b/src/test/neorados/handler_error.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados/io.cc b/src/test/neorados/io.cc index ffa3f94b9d0f..8786c454c87a 100644 --- a/src/test/neorados/io.cc +++ b/src/test/neorados/io.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados/list.cc b/src/test/neorados/list.cc index 89f50d2fd4a8..6de314887db9 100644 --- a/src/test/neorados/list.cc +++ b/src/test/neorados/list.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados/list_pool.cc b/src/test/neorados/list_pool.cc index 404b42bed2db..55ce4e24bdff 100644 --- a/src/test/neorados/list_pool.cc +++ b/src/test/neorados/list_pool.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados/misc.cc b/src/test/neorados/misc.cc index c488aa14a6ba..a372ff2afdb2 100644 --- a/src/test/neorados/misc.cc +++ b/src/test/neorados/misc.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados/op_speed.cc b/src/test/neorados/op_speed.cc index f446512f8449..01f86b26b393 100644 --- a/src/test/neorados/op_speed.cc +++ b/src/test/neorados/op_speed.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados/pool.cc b/src/test/neorados/pool.cc index 9667b4fc40c0..cc4895c23467 100644 --- a/src/test/neorados/pool.cc +++ b/src/test/neorados/pool.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados/read_operations.cc b/src/test/neorados/read_operations.cc index 6373f9c36d6c..bbae362aa575 100644 --- a/src/test/neorados/read_operations.cc +++ b/src/test/neorados/read_operations.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados/snapshots.cc b/src/test/neorados/snapshots.cc index fb8442845ceb..985c49a5fed4 100644 --- a/src/test/neorados/snapshots.cc +++ b/src/test/neorados/snapshots.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados/start_stop.cc b/src/test/neorados/start_stop.cc index bac0b7d0c6af..96a785a1602e 100644 --- a/src/test/neorados/start_stop.cc +++ b/src/test/neorados/start_stop.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados/watch_notify.cc b/src/test/neorados/watch_notify.cc index ac9ab34f2649..c567a5b3e226 100644 --- a/src/test/neorados/watch_notify.cc +++ b/src/test/neorados/watch_notify.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados/write_operations.cc b/src/test/neorados/write_operations.cc index 06cf49d093fe..cad2f2cee64f 100644 --- a/src/test/neorados/write_operations.cc +++ b/src/test/neorados/write_operations.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/Allocator_aging_fragmentation.cc b/src/test/objectstore/Allocator_aging_fragmentation.cc index c71b93a05679..f96baa065019 100755 --- a/src/test/objectstore/Allocator_aging_fragmentation.cc +++ b/src/test/objectstore/Allocator_aging_fragmentation.cc @@ -1,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 allocator fragmentation benchmarks. * Author: Adam Kupczyk, akupczyk@redhat.com diff --git a/src/test/objectstore/Allocator_bench.cc b/src/test/objectstore/Allocator_bench.cc index ce6724d8aad1..76adc63ecb33 100644 --- a/src/test/objectstore/Allocator_bench.cc +++ b/src/test/objectstore/Allocator_bench.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * In memory space allocator benchmarks. * Author: Igor Fedotov, ifedotov@suse.com diff --git a/src/test/objectstore/Allocator_test.cc b/src/test/objectstore/Allocator_test.cc index f8eaeb5eadc5..db856ca7d01b 100644 --- a/src/test/objectstore/Allocator_test.cc +++ b/src/test/objectstore/Allocator_test.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * In memory space allocator test cases. * Author: Ramesh Chander, Ramesh.Chander@sandisk.com diff --git a/src/test/objectstore/Fragmentation_simulator.cc b/src/test/objectstore/Fragmentation_simulator.cc index 33fc8338d6d4..4ff6e206a84a 100644 --- a/src/test/objectstore/Fragmentation_simulator.cc +++ b/src/test/objectstore/Fragmentation_simulator.cc @@ -1,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/ObjectStoreImitator.cc b/src/test/objectstore/ObjectStoreImitator.cc index eea89838bfd2..51f8225df110 100644 --- a/src/test/objectstore/ObjectStoreImitator.cc +++ b/src/test/objectstore/ObjectStoreImitator.cc @@ -1,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/ObjectStoreTransactionBenchmark.cc b/src/test/objectstore/ObjectStoreTransactionBenchmark.cc index 364562d650de..9967f1f76382 100644 --- a/src/test/objectstore/ObjectStoreTransactionBenchmark.cc +++ b/src/test/objectstore/ObjectStoreTransactionBenchmark.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/TestObjectStoreState.cc b/src/test/objectstore/TestObjectStoreState.cc index 02a2be40753f..19df8623683e 100644 --- a/src/test/objectstore/TestObjectStoreState.cc +++ b/src/test/objectstore/TestObjectStoreState.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/allocator_replay_test.cc b/src/test/objectstore/allocator_replay_test.cc index cc838ab8feb2..ddab87709dec 100644 --- a/src/test/objectstore/allocator_replay_test.cc +++ b/src/test/objectstore/allocator_replay_test.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Allocator replay tool. * Author: Igor Fedotov, ifedotov@suse.com diff --git a/src/test/objectstore/store_test.cc b/src/test/objectstore/store_test.cc index a06cbec74112..e996aebfb21c 100644 --- a/src/test/objectstore/store_test.cc +++ b/src/test/objectstore/store_test.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_kv.cc b/src/test/objectstore/test_kv.cc index 6dffaa372c49..92114399ee4d 100644 --- a/src/test/objectstore/test_kv.cc +++ b/src/test/objectstore/test_kv.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_memstore_clone.cc b/src/test/objectstore/test_memstore_clone.cc index 5f487229fc3d..f41b7599ca5d 100644 --- a/src/test/objectstore/test_memstore_clone.cc +++ b/src/test/objectstore/test_memstore_clone.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_transaction.cc b/src/test/objectstore/test_transaction.cc index b5b071c96d8f..9134d5865626 100644 --- a/src/test/objectstore/test_transaction.cc +++ b/src/test/objectstore/test_transaction.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/test/osd/RadosModel.cc index ca1db35988c3..b1dc31786d4b 100644 --- a/src/test/osd/RadosModel.cc +++ b/src/test/osd/RadosModel.cc @@ -1,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/interval_set.h" #include "include/buffer.h" #include diff --git a/src/test/osd/TestECBackend.cc b/src/test/osd/TestECBackend.cc index c8db0d003f54..082a7dd1d52e 100644 --- a/src/test/osd/TestECBackend.cc +++ b/src/test/osd/TestECBackend.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/TestECBackendL.cc b/src/test/osd/TestECBackendL.cc index 2c7d36848b74..c74bc7dc5873 100644 --- a/src/test/osd/TestECBackendL.cc +++ b/src/test/osd/TestECBackendL.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/TestECUtil.cc b/src/test/osd/TestECUtil.cc index 3ce4868a46df..fce86c1567f5 100644 --- a/src/test/osd/TestECUtil.cc +++ b/src/test/osd/TestECUtil.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/TestOSDScrub.cc b/src/test/osd/TestOSDScrub.cc index faf5d0937177..39d6b63f0dcb 100644 --- a/src/test/osd/TestOSDScrub.cc +++ b/src/test/osd/TestOSDScrub.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/TestPGLog.cc b/src/test/osd/TestPGLog.cc index 43b2e2dc96ea..8e7993550e56 100644 --- a/src/test/osd/TestPGLog.cc +++ b/src/test/osd/TestPGLog.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/TestRados.cc b/src/test/osd/TestRados.cc index 66969200940c..e790f8689ae9 100644 --- a/src/test/osd/TestRados.cc +++ b/src/test/osd/TestRados.cc @@ -1,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 "common/Cond.h" #include "common/errno.h" #include "common/version.h" diff --git a/src/test/osd/ceph_test_osd_stale_read.cc b/src/test/osd/ceph_test_osd_stale_read.cc index ef10bf41fa61..4659d467dd76 100644 --- a/src/test/osd/ceph_test_osd_stale_read.cc +++ b/src/test/osd/ceph_test_osd_stale_read.cc @@ -1,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 "gtest/gtest.h" #include "mds/mdstypes.h" diff --git a/src/test/osd/hitset.cc b/src/test/osd/hitset.cc index dda720c9a8fe..4df4f305c376 100644 --- a/src/test/osd/hitset.cc +++ b/src/test/osd/hitset.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/osdcap.cc b/src/test/osd/osdcap.cc index 9bc930734b69..8c85e67c1f61 100644 --- a/src/test/osd/osdcap.cc +++ b/src/test/osd/osdcap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_ec_transaction.cc b/src/test/osd/test_ec_transaction.cc index 63fd6ca0a820..252f4973812d 100644 --- a/src/test/osd/test_ec_transaction.cc +++ b/src/test/osd/test_ec_transaction.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_ec_transaction_l.cc b/src/test/osd/test_ec_transaction_l.cc index 80995210a54f..4bc448f119cf 100644 --- a/src/test/osd/test_ec_transaction_l.cc +++ b/src/test/osd/test_ec_transaction_l.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_extent_cache.cc b/src/test/osd/test_extent_cache.cc index fe9509177b2c..bd7ab19ff64b 100644 --- a/src/test/osd/test_extent_cache.cc +++ b/src/test/osd/test_extent_cache.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_extent_cache_l.cc b/src/test/osd/test_extent_cache_l.cc index e65e0c7211bb..5d580ef500d9 100644 --- a/src/test/osd/test_extent_cache_l.cc +++ b/src/test/osd/test_extent_cache_l.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_pg_transaction.cc b/src/test/osd/test_pg_transaction.cc index 8667388a5406..060ff8bd3869 100644 --- a/src/test/osd/test_pg_transaction.cc +++ b/src/test/osd/test_pg_transaction.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_scrubber_be.cc b/src/test/osd/test_scrubber_be.cc index fb15f63f6d76..2341834f50e9 100644 --- a/src/test/osd/test_scrubber_be.cc +++ b/src/test/osd/test_scrubber_be.cc @@ -1,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 "./scrubber_generators.h" #include "./scrubber_test_datasets.h" diff --git a/src/test/osd/types.cc b/src/test/osd/types.cc index fb0c915a5b3f..3c9f088fb067 100644 --- a/src/test/osd/types.cc +++ b/src/test/osd/types.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/perf_counters.cc b/src/test/perf_counters.cc index fa8b4db5ad60..0889be8bcc91 100644 --- a/src/test/perf_counters.cc +++ b/src/test/perf_counters.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/perf_helper.cc b/src/test/perf_helper.cc index 52d7b40394ab..7770f88a25f9 100644 --- a/src/test/perf_helper.cc +++ b/src/test/perf_helper.cc @@ -1,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/perf_local.cc b/src/test/perf_local.cc index 1b01e45f7416..aa75cbe7d041 100644 --- a/src/test/perf_local.cc +++ b/src/test/perf_local.cc @@ -1,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 Haomai Wang * Copyright (c) 2011-2014 Stanford University * Copyright (c) 2011 Facebook diff --git a/src/test/rbd_mirror/test_ClusterWatcher.cc b/src/test/rbd_mirror/test_ClusterWatcher.cc index f048dab9553a..fbcd7029f370 100644 --- a/src/test/rbd_mirror/test_ClusterWatcher.cc +++ b/src/test/rbd_mirror/test_ClusterWatcher.cc @@ -1,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/rados/librados.hpp" #include "common/Cond.h" #include "common/errno.h" diff --git a/src/test/rbd_mirror/test_ImageDeleter.cc b/src/test/rbd_mirror/test_ImageDeleter.cc index 4429cfd1b2e9..b44adec2f4a2 100644 --- a/src/test/rbd_mirror/test_ImageDeleter.cc +++ b/src/test/rbd_mirror/test_ImageDeleter.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rbd_mirror/test_ImageReplayer.cc b/src/test/rbd_mirror/test_ImageReplayer.cc index 8566106cb8f8..f6d1533c6341 100644 --- a/src/test/rbd_mirror/test_ImageReplayer.cc +++ b/src/test/rbd_mirror/test_ImageReplayer.cc @@ -1,5 +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/rbd_mirror/test_mock_Throttler.cc b/src/test/rbd_mirror/test_mock_Throttler.cc index e439f2235dfe..6cee966c90d8 100644 --- a/src/test/rbd_mirror/test_mock_Throttler.cc +++ b/src/test/rbd_mirror/test_mock_Throttler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rgw/test_datalog.cc b/src/test/rgw/test_datalog.cc index 6c7eb3e78422..89b70e5d876c 100644 --- a/src/test/rgw/test_datalog.cc +++ b/src/test/rgw/test_datalog.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rgw/test_http_manager.cc b/src/test/rgw/test_http_manager.cc index ccc2070e9783..7e3cd87c47b3 100644 --- a/src/test/rgw/test_http_manager.cc +++ b/src/test/rgw/test_http_manager.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rgw/test_log_backing.cc b/src/test/rgw/test_log_backing.cc index 6faa3a8944b5..0a8d0fac5af1 100644 --- a/src/test/rgw/test_log_backing.cc +++ b/src/test/rgw/test_log_backing.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rgw/test_rgw_bencode.cc b/src/test/rgw/test_rgw_bencode.cc index df42ec6f6581..fd29de56cd08 100644 --- a/src/test/rgw/test_rgw_bencode.cc +++ b/src/test/rgw/test_rgw_bencode.cc @@ -1,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 "gtest/gtest.h" #include "rgw_torrent.h" diff --git a/src/test/rgw/test_rgw_compression.cc b/src/test/rgw/test_rgw_compression.cc index 51bcb4c02745..a52a775ada0d 100644 --- a/src/test/rgw/test_rgw_compression.cc +++ b/src/test/rgw/test_rgw_compression.cc @@ -1,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 "gtest/gtest.h" #include "rgw_compression.h" diff --git a/src/test/rgw/test_rgw_crypto.cc b/src/test/rgw/test_rgw_crypto.cc index 0dd5d40f5af4..b5ce97fcb1fd 100644 --- a/src/test/rgw/test_rgw_crypto.cc +++ b/src/test/rgw/test_rgw_crypto.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rgw/test_rgw_dmclock_scheduler.cc b/src/test/rgw/test_rgw_dmclock_scheduler.cc index 3301eb0b1e93..7d8645835d36 100644 --- a/src/test/rgw/test_rgw_dmclock_scheduler.cc +++ b/src/test/rgw/test_rgw_dmclock_scheduler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rgw/test_rgw_iam_policy.cc b/src/test/rgw/test_rgw_iam_policy.cc index 32f85615d7b5..f7d531ba4507 100644 --- a/src/test/rgw/test_rgw_iam_policy.cc +++ b/src/test/rgw/test_rgw_iam_policy.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rgw/test_rgw_manifest.cc b/src/test/rgw/test_rgw_manifest.cc index 32dba263ba71..1ad3b9fb32ed 100644 --- a/src/test/rgw/test_rgw_manifest.cc +++ b/src/test/rgw/test_rgw_manifest.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rgw/test_rgw_obj.cc b/src/test/rgw/test_rgw_obj.cc index 57cab278fad8..fde38e468876 100644 --- a/src/test/rgw/test_rgw_obj.cc +++ b/src/test/rgw/test_rgw_obj.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rgw/test_rgw_period_history.cc b/src/test/rgw/test_rgw_period_history.cc index 0ac369195e29..3ea772755384 100644 --- a/src/test/rgw/test_rgw_period_history.cc +++ b/src/test/rgw/test_rgw_period_history.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rgw/test_rgw_putobj.cc b/src/test/rgw/test_rgw_putobj.cc index 089db347a44d..2aad1811bf94 100644 --- a/src/test/rgw/test_rgw_putobj.cc +++ b/src/test/rgw/test_rgw_putobj.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rgw/test_rgw_reshard.cc b/src/test/rgw/test_rgw_reshard.cc index 8dedea12dba7..e9b5b40fd506 100644 --- a/src/test/rgw/test_rgw_reshard.cc +++ b/src/test/rgw/test_rgw_reshard.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rgw/test_rgw_reshard_wait.cc b/src/test/rgw/test_rgw_reshard_wait.cc index e4b79c2d6be5..73fbb7e3a07f 100644 --- a/src/test/rgw/test_rgw_reshard_wait.cc +++ b/src/test/rgw/test_rgw_reshard_wait.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rgw/test_rgw_shard_io.cc b/src/test/rgw/test_rgw_shard_io.cc index 7e095d9d273e..71c3734d9a39 100644 --- a/src/test/rgw/test_rgw_shard_io.cc +++ b/src/test/rgw/test_rgw_shard_io.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rgw/test_rgw_string.cc b/src/test/rgw/test_rgw_string.cc index c384d50cd083..c1e46c5a9631 100644 --- a/src/test/rgw/test_rgw_string.cc +++ b/src/test/rgw/test_rgw_string.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rgw/test_rgw_throttle.cc b/src/test/rgw/test_rgw_throttle.cc index d3ad2d919504..c303706d821e 100644 --- a/src/test/rgw/test_rgw_throttle.cc +++ b/src/test/rgw/test_rgw_throttle.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/strtol.cc b/src/test/strtol.cc index afd6b1cbfa70..a921ea9ed717 100644 --- a/src/test/strtol.cc +++ b/src/test/strtol.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/test/system/cross_process_sem.cc index c5c6c2138b8d..91e1f9fb5b7e 100644 --- a/src/test/system/cross_process_sem.cc +++ b/src/test/system/cross_process_sem.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rados_delete_pools_parallel.cc b/src/test/system/rados_delete_pools_parallel.cc index b24022c695e5..6c1d3b3b69e2 100644 --- a/src/test/system/rados_delete_pools_parallel.cc +++ b/src/test/system/rados_delete_pools_parallel.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rados_list_parallel.cc b/src/test/system/rados_list_parallel.cc index 9f30618ade6b..0d626e7cc79e 100644 --- a/src/test/system/rados_list_parallel.cc +++ b/src/test/system/rados_list_parallel.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rados_open_pools_parallel.cc b/src/test/system/rados_open_pools_parallel.cc index ddb9822c58b6..2eeea33eae9a 100644 --- a/src/test/system/rados_open_pools_parallel.cc +++ b/src/test/system/rados_open_pools_parallel.cc @@ -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/test/system/rados_watch_notify.cc b/src/test/system/rados_watch_notify.cc index b4033b92a2a7..81c1d70962a7 100644 --- a/src/test/system/rados_watch_notify.cc +++ b/src/test/system/rados_watch_notify.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/test/system/st_rados_create_pool.cc index f85f7f1875ab..ec7c69144908 100644 --- a/src/test/system/st_rados_create_pool.cc +++ b/src/test/system/st_rados_create_pool.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/test/system/st_rados_delete_objs.cc index eb3701cdcb7c..f728db94f6d0 100644 --- a/src/test/system/st_rados_delete_objs.cc +++ b/src/test/system/st_rados_delete_objs.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/test/system/st_rados_delete_pool.cc index 7f3d7ac2d4c4..532619fea4e3 100644 --- a/src/test/system/st_rados_delete_pool.cc +++ b/src/test/system/st_rados_delete_pool.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/test/system/st_rados_list_objects.cc index 45322ad2582a..17170e5e37f8 100644 --- a/src/test/system/st_rados_list_objects.cc +++ b/src/test/system/st_rados_list_objects.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/test/system/systest_runnable.cc index a563becdcf2a..f04798608445 100644 --- a/src/test/system/systest_runnable.cc +++ b/src/test/system/systest_runnable.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/test/system/systest_settings.cc index b9af882bdb65..9d7bac27c6ac 100644 --- a/src/test/system/systest_settings.cc +++ b/src/test/system/systest_settings.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_addrs.cc b/src/test/test_addrs.cc index 73f7a7e6f631..e449800636d1 100644 --- a/src/test/test_addrs.cc +++ b/src/test/test_addrs.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_admin_socket_output.cc b/src/test/test_admin_socket_output.cc index e998a0471c09..787dbe31c4c9 100644 --- a/src/test/test_admin_socket_output.cc +++ b/src/test/test_admin_socket_output.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_any.cc b/src/test/test_any.cc index 7bce45afe1c8..eb9ab753be7d 100644 --- a/src/test/test_any.cc +++ b/src/test/test_any.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_arch.cc b/src/test/test_arch.cc index 81f0b76f9a44..63a038050e3f 100644 --- a/src/test/test_arch.cc +++ b/src/test/test_arch.cc @@ -1,5 +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/test_denc.cc b/src/test/test_denc.cc index fd81b098c50d..89048691c9a3 100644 --- a/src/test/test_denc.cc +++ b/src/test/test_denc.cc @@ -1,5 +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/test_features.cc b/src/test/test_features.cc index 11579c5f5734..17b40b8d8413 100644 --- a/src/test/test_features.cc +++ b/src/test/test_features.cc @@ -1,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 // for std::cout diff --git a/src/test/test_mempool.cc b/src/test/test_mempool.cc index 500131983382..946a1e5a20dd 100644 --- a/src/test/test_mempool.cc +++ b/src/test/test_mempool.cc @@ -1,5 +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/test_mutate.cc b/src/test/test_mutate.cc index ab878ede005b..2624fb3fae75 100644 --- a/src/test/test_mutate.cc +++ b/src/test/test_mutate.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_nvmeof_mon_encoding.cc b/src/test/test_nvmeof_mon_encoding.cc index 2ae834258bb7..337d232eb336 100644 --- a/src/test/test_nvmeof_mon_encoding.cc +++ b/src/test/test_nvmeof_mon_encoding.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_pageset.cc b/src/test/test_pageset.cc index c463ea46cea9..6d91986a7306 100644 --- a/src/test/test_pageset.cc +++ b/src/test/test_pageset.cc @@ -1,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 "gtest/gtest.h" #include "os/memstore/PageSet.h" diff --git a/src/test/test_random_string.cc b/src/test/test_random_string.cc index 711a28056fbf..36c03c1e87da 100644 --- a/src/test/test_random_string.cc +++ b/src/test/test_random_string.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_rbd_replay.cc b/src/test/test_rbd_replay.cc index 32e255f822e2..62f4df0e8350 100644 --- a/src/test/test_rbd_replay.cc +++ b/src/test/test_rbd_replay.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_rgw_admin_log.cc b/src/test/test_rgw_admin_log.cc index 60dd6b3342c6..aebff32cd006 100644 --- a/src/test/test_rgw_admin_log.cc +++ b/src/test/test_rgw_admin_log.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_rgw_admin_meta.cc b/src/test/test_rgw_admin_meta.cc index 7c5bb34379fe..ccb6a110c433 100644 --- a/src/test/test_rgw_admin_meta.cc +++ b/src/test/test_rgw_admin_meta.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_rgw_ldap.cc b/src/test/test_rgw_ldap.cc index 97e655efd426..ef5b4db505a0 100644 --- a/src/test/test_rgw_ldap.cc +++ b/src/test/test_rgw_ldap.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_rgw_token.cc b/src/test/test_rgw_token.cc index a4654908333d..0e54e64fe530 100644 --- a/src/test/test_rgw_token.cc +++ b/src/test/test_rgw_token.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_subprocess.cc b/src/test/test_subprocess.cc index 5bd6cdc75461..c6415c4864a1 100644 --- a/src/test/test_subprocess.cc +++ b/src/test/test_subprocess.cc @@ -1,5 +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/test_texttable.cc b/src/test/test_texttable.cc index e75064b04d83..feccf43795ae 100644 --- a/src/test/test_texttable.cc +++ b/src/test/test_texttable.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/test_trans.cc b/src/test/test_trans.cc index 3d28bc916e2d..91621c8636bd 100644 --- a/src/test/test_trans.cc +++ b/src/test/test_trans.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/testmsgr.cc b/src/test/testmsgr.cc index c5533097f1d9..1714fa33bad0 100644 --- a/src/test/testmsgr.cc +++ b/src/test/testmsgr.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/unit.cc b/src/test/unit.cc index 237b874e30c4..27a7df2af14e 100644 --- a/src/test/unit.cc +++ b/src/test/unit.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/utf8.cc b/src/test/utf8.cc index 66df5f0c8a6c..cd135e04609c 100644 --- a/src/test/utf8.cc +++ b/src/test/utf8.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/xattr_bench.cc b/src/test/xattr_bench.cc index 028a155cb478..2c62a9cbe68c 100644 --- a/src/test/xattr_bench.cc +++ b/src/test/xattr_bench.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/tools/RadosDump.cc index fcebc6fbc617..7d136e5cc382 100644 --- a/src/tools/RadosDump.cc +++ b/src/tools/RadosDump.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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-client-debug.cc b/src/tools/ceph-client-debug.cc index d08b8d647f19..79dbfcc56da4 100644 --- a/src/tools/ceph-client-debug.cc +++ b/src/tools/ceph-client-debug.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/ceph_dencoder.cc b/src/tools/ceph-dencoder/ceph_dencoder.cc index 544f2806b9e9..4db6d9b534e9 100644 --- a/src/tools/ceph-dencoder/ceph_dencoder.cc +++ b/src/tools/ceph-dencoder/ceph_dencoder.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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_authtool.cc b/src/tools/ceph_authtool.cc index ab1df66e1786..bbaced87c128 100644 --- a/src/tools/ceph_authtool.cc +++ b/src/tools/ceph_authtool.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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_conf.cc b/src/tools/ceph_conf.cc index 63003ba0debd..1017cf441930 100644 --- a/src/tools/ceph_conf.cc +++ b/src/tools/ceph_conf.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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_dedup/ceph_dedup_tool.cc b/src/tools/ceph_dedup/ceph_dedup_tool.cc index 38791aa2d60f..835469d8cd7b 100644 --- a/src/tools/ceph_dedup/ceph_dedup_tool.cc +++ b/src/tools/ceph_dedup/ceph_dedup_tool.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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_kvstore_tool.cc b/src/tools/ceph_kvstore_tool.cc index 74ecc1354c65..0029c3804b30 100644 --- a/src/tools/ceph_kvstore_tool.cc +++ b/src/tools/ceph_kvstore_tool.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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_monstore_tool.cc b/src/tools/ceph_monstore_tool.cc index 111e86fb8c1e..31ed80882d34 100644 --- a/src/tools/ceph_monstore_tool.cc +++ b/src/tools/ceph_monstore_tool.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/tools/ceph_objectstore_tool.cc index 3a0ed4510ee1..04ad273f54ae 100644 --- a/src/tools/ceph_objectstore_tool.cc +++ b/src/tools/ceph_objectstore_tool.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/tools/cephfs/DataScan.cc index a0fe66c3d427..ba89782daa11 100644 --- a/src/tools/cephfs/DataScan.cc +++ b/src/tools/cephfs/DataScan.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/tools/cephfs/Dumper.cc index 003bed3a0ee3..cf4dbf2d8768 100644 --- a/src/tools/cephfs/Dumper.cc +++ b/src/tools/cephfs/Dumper.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/tools/cephfs/EventOutput.cc index e9a520a67cfc..88e9ce9865e3 100644 --- a/src/tools/cephfs/EventOutput.cc +++ b/src/tools/cephfs/EventOutput.cc @@ -1,5 +1,6 @@ // -*- mode:c++; tab-width:8; c-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.cc b/src/tools/cephfs/JournalFilter.cc index a33f1a1dea9a..939f39f284ac 100644 --- a/src/tools/cephfs/JournalFilter.cc +++ b/src/tools/cephfs/JournalFilter.cc @@ -1,5 +1,6 @@ // -*- mode:c++; tab-width:8; c-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.cc b/src/tools/cephfs/JournalScanner.cc index 10bfc6103ead..789dd54f8444 100644 --- a/src/tools/cephfs/JournalScanner.cc +++ b/src/tools/cephfs/JournalScanner.cc @@ -1,5 +1,6 @@ // -*- mode:c++; tab-width:8; c-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.cc b/src/tools/cephfs/JournalTool.cc index 2b3bcb424c26..17c963109831 100644 --- a/src/tools/cephfs/JournalTool.cc +++ b/src/tools/cephfs/JournalTool.cc @@ -1,5 +1,6 @@ // -*- mode:c++; tab-width:8; c-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.cc b/src/tools/cephfs/MDSUtility.cc index 80a8fb6e8d71..2790d3e1fab2 100644 --- a/src/tools/cephfs/MDSUtility.cc +++ b/src/tools/cephfs/MDSUtility.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/tools/cephfs/MetaTool.cc index f8375348f434..2081bf62020c 100644 --- a/src/tools/cephfs/MetaTool.cc +++ b/src/tools/cephfs/MetaTool.cc @@ -1,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/tools/cephfs/PgFiles.cc b/src/tools/cephfs/PgFiles.cc index 3cd3b763627b..1eb567f989a2 100644 --- a/src/tools/cephfs/PgFiles.cc +++ b/src/tools/cephfs/PgFiles.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/tools/cephfs/Resetter.cc index db5cbbb399cd..3d51dbe8a8ac 100644 --- a/src/tools/cephfs/Resetter.cc +++ b/src/tools/cephfs/Resetter.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/tools/cephfs/TableTool.cc index 3c9f00b8a857..e0c2e4420435 100644 --- a/src/tools/cephfs/TableTool.cc +++ b/src/tools/cephfs/TableTool.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/cephfs-journal-tool.cc b/src/tools/cephfs/cephfs-journal-tool.cc index 356eb22536c6..8462482eb638 100644 --- a/src/tools/cephfs/cephfs-journal-tool.cc +++ b/src/tools/cephfs/cephfs-journal-tool.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/cephfs-meta-injection.cc b/src/tools/cephfs/cephfs-meta-injection.cc index 4688a6d11fd5..b3164149f483 100644 --- a/src/tools/cephfs/cephfs-meta-injection.cc +++ b/src/tools/cephfs/cephfs-meta-injection.cc @@ -1,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 "common/config.h" #include "common/ceph_argparse.h" diff --git a/src/tools/crushtool.cc b/src/tools/crushtool.cc index 775faed0be76..21b3efd3475e 100644 --- a/src/tools/crushtool.cc +++ b/src/tools/crushtool.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/monmaptool.cc b/src/tools/monmaptool.cc index 8a474f545351..4b85dbc39503 100644 --- a/src/tools/monmaptool.cc +++ b/src/tools/monmaptool.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/neorados.cc b/src/tools/neorados.cc index 0b713e118e2a..341045020f50 100644 --- a/src/tools/neorados.cc +++ b/src/tools/neorados.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/osdmaptool.cc b/src/tools/osdmaptool.cc index 84b324c8c839..168dc6aa811f 100644 --- a/src/tools/osdmaptool.cc +++ b/src/tools/osdmaptool.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/tools/rados/PoolDump.cc index 9ee0038914c6..1381221e48d1 100644 --- a/src/tools/rados/PoolDump.cc +++ b/src/tools/rados/PoolDump.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/tools/rados/RadosImport.cc index 4395ae35211a..cc2c46620a1b 100644 --- a/src/tools/rados/RadosImport.cc +++ b/src/tools/rados/RadosImport.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/rados.cc b/src/tools/rados/rados.cc index 0cdc52c49f81..301a4da33e4c 100644 --- a/src/tools/rados/rados.cc +++ b/src/tools/rados/rados.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/radosacl.cc b/src/tools/radosacl.cc index f503e16748e8..e6eb5805b538 100644 --- a/src/tools/radosacl.cc +++ b/src/tools/radosacl.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/action/MirrorImage.cc b/src/tools/rbd/action/MirrorImage.cc index d7875894d89a..ca6211adc13f 100644 --- a/src/tools/rbd/action/MirrorImage.cc +++ b/src/tools/rbd/action/MirrorImage.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/action/Trash.cc b/src/tools/rbd/action/Trash.cc index cdae8596ac45..2fbb6b262978 100644 --- a/src/tools/rbd/action/Trash.cc +++ b/src/tools/rbd/action/Trash.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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.cc b/src/tools/rbd_mirror/ImageDeleter.cc index 6b21f78dc6f9..790c4119fb8d 100644 --- a/src/tools/rbd_mirror/ImageDeleter.cc +++ b/src/tools/rbd_mirror/ImageDeleter.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/Throttler.cc b/src/tools/rbd_mirror/Throttler.cc index 9f8d943eec44..ac36d5e0f2b9 100644 --- a/src/tools/rbd_mirror/Throttler.cc +++ b/src/tools/rbd_mirror/Throttler.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-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/scratchtoolpp.cc b/src/tools/scratchtoolpp.cc index 7e870ab0de61..076667f18ea1 100644 --- a/src/tools/scratchtoolpp.cc +++ b/src/tools/scratchtoolpp.cc @@ -1,5 +1,6 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- // vim: ts=8 sw=2 sts=2 expandtab + /* * Ceph - scalable distributed file system *