]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Added blank line after header block 65743/head
authorEdwin Rodriguez <edwin.rodriguez1@ibm.com>
Thu, 2 Oct 2025 19:37:35 +0000 (15:37 -0400)
committerEdwin Rodriguez <edwin.rodriguez1@ibm.com>
Thu, 2 Oct 2025 21:35:10 +0000 (17:35 -0400)
Signed-off-by: Edwin Rodriguez <edwin.rodriguez1@ibm.com>
43 files changed:
examples/librados/hello_world_c.c
qa/standalone/scrub/osd-mapper.sh
qa/workunits/cephtool/test.sh
src/arch/s390x.c
src/auth/krb/KrbAuthorizeHandler.cpp
src/auth/krb/KrbAuthorizeHandler.hpp
src/auth/krb/KrbClientHandler.cpp
src/auth/krb/KrbClientHandler.hpp
src/auth/krb/KrbProtocol.cpp
src/auth/krb/KrbProtocol.hpp
src/auth/krb/KrbServiceHandler.cpp
src/auth/krb/KrbServiceHandler.hpp
src/auth/krb/KrbSessionHandler.hpp
src/common/addr_parsing.c
src/common/bit_vector.hpp
src/common/map_cacher.hpp
src/common/mime.c
src/common/reverse.c
src/common/safe_io.c
src/common/secret.c
src/common/shared_cache.hpp
src/common/sharedptr_registry.hpp
src/common/simple_cache.hpp
src/common/tracked_int_ptr.hpp
src/common/utf8.c
src/doc/header.txt
src/doc/modeline.txt
src/erasure-code/shec/determinant.c
src/include/neorados/RADOS.hpp
src/include/neorados/RADOS_Decodable.hpp
src/include/rbd/librbd.hpp
src/rbd_replay/ImageNameMap.hpp
src/rbd_replay/PendingIO.hpp
src/rbd_replay/Replayer.hpp
src/rbd_replay/actions.hpp
src/rbd_replay/ios.hpp
src/rbd_replay/rbd_loc.hpp
src/rbd_replay/rbd_replay_debug.hpp
src/rgw/driver/posix/bucket_cache.cpp
src/rgw/rgw_iam_policy_keywords.gperf
src/test/pybind/test_ceph_argparse.py
src/test/pybind/test_ceph_daemon.py
src/tools/scratchtool.c

index d6f33bca53f91f36e373e90ddcd382266b289ad5..c91273e02ef0997167d3f7edcd2c38ea3710df64 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index 4bf3a5a62a65f3d904899342e5af1274dab62912..14bf3d84e7868179d950675c20a32607b199c912 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 # -*- mode:text; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 # vim: ts=8 sw=2 sts=2 expandtab
+
 #
 # test the handling of a corrupted SnapMapper DB by Scrub
 
index 1b5fa66aaadeb3864e31fab139a43eba281335b7..57ec1fa0a09cc05492fd69c6fae86ab36237a177 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 # -*- mode:shell-script; tab-width:8; sh-basic-offset:2; indent-tabs-mode:nil -*-
 # vim: ts=8 sw=8 ft=bash expandtab
+
 set -x
 
 source $(dirname $0)/../../standalone/ceph-helpers.sh
index f392a18c4fef37c8c818ba755938a7fd03a6169f..43b30c29f530b6182f7a08bbf1e0c2fda4a55fbb 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index f8bbbf73f2250dd23c1e4dd61eb79349e3a72511..9e2c5f09d600a5d98e5033b17c3257787e233b35 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index 7752a0be4703ab9051e8150725ce82de6c909b97..b93a088c4d45ed6b6c78eb27a7c8a06e50b2be2e 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index f19e9fc3f8305e224f7d6f8c8533e2b1549cf36d..70ccacabea65cca983cc85c480d7042490e27e6a 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index c36591bcb41ca31d44d7c25b02966f7ceba68d4a..28ec3b84e22aae2014b03c83254305f37c92d8db 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index 9777f579e9c63d315ca0ddebb53178abe8130699..c83881c91a5c370fc2b4d7ce0fcdf513f0f9a1fe 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index a1f55bd1a1e1d6af64cf28add8b278eb7131974e..5827623830ff1f3eaad729cd9eae0032ffe42fe5 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index 3fdd23f44cfd5fd42ae209fe6270d099e95864d1..157ed83a88532caab15171802f26b26f41ec7fdf 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index fbd96b49e1683bb3b460f16e00a1fa210ffb3eb4..ca8bf24687cda536e7ba18f6f7ee941dd4fda3d1 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index 4c853dba601ad3b1fd1f5dbd4e1bccebd2aad0f9..c69b7932cae7fe4842871d9b5d228c9ae5e28a84 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index 3dd29b144b4f6abb2611681884e979ef209ce745..566917922746fdd8b0a6f117dc06e13f0f35e130 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- 
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index a4b8ae9ee7b0e8f5b9a5118e46d03a9af92b77bc..0294354440dc4d4db9f9c3f49f95637321413d23 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index 462ca2da4055ee10ecbf22ca36ac235547996c75..3952cf9bb7517840058c4d2aa613609a50bafdf6 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index 843d9e5ce5e66557095899d2c68040d1a67d4e73..e0182a2dc1c6a90049d2f1ba089c380189103e55 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index 1a2370e9dba6301129140c34fa11f6bef13410b9..05eb3bf15f274e83c57283518f84a55010c731bd 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index b8326d481b7991ba2361b0d90974d8550fb04aba..3f63b80b0c610413b1fb6c73881305debc7362c8 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index 5ea5f1d40de939af03bb1bf3bd52d74d6d3ce103..96f2333dccaaed7077ecc47309698b7b25084556 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index f84f2ee3a672baa60a45436acf13f97461976241..00361903a1a4c2d464f2d1d026d70e36d3443aff 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- 
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index bca8648230881d609b859fa3c77f9c9af19dbc45..b7a6c6b80eb67d59a1836cac85106f2a86fb7e56 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index 68905c75b2a3ccf3e4131765d9f1167cb695db5e..12a076a73681fbbf0230e4b82d5a949618e4e324 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- 
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index 67f3b014086f0cf0df24cddd1dda067b639c4273..f77b1bd7722f805fffab12f9bd9a9a2f68324d02 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index 4e3240267a16eb1568d7a3e2053ea5bed0abb7fa..6c8bc1e190776f3b6de6cef243b509ae57152381 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index cbe26cf04f31a837e5f91f15436cde431b84eb46..65f0a00ce6c1c0fd185eee6c6209aa1064785a2e 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- 
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index ddacfb79a6b6c272909f6abdcc9ef8e98c555937..d6402e4b05a1ef33cbe97d3e1e59904b78c5b8b0 100644 (file)
@@ -1,2 +1,3 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*- 
 // vim: ts=8 sw=2 sts=2 expandtab
+
index 4a67ac5871e1a3eae430724f443aa797d1de0d06..f923e7db0a52a64cdb6c5a884f7e814743a574f3 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index f0f734cc3abc8944797965d9c6670b6c76f045a5..79b396de1f253263562dd1be635cb1cdf70d8d79 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index c5b5c7f4c6841a5dc5021f03dc5d63c793d6b6e6..367e41335d8c3210c2afa0ee08a5281d2358d7de 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index d86f4b17baeb4ef31f5d046d734fcb5302383d73..42b80ce497bc318349a47ea880eaeec4cb288dc8 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index 0b31954bbe10db66ccfdbef9b02c688911b99b95..5391c4569a8899b55acffa93c68c04f76458c0e7 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index a5d41d73593b1df1e3be42808b1be28b99e14223..2504d9fa8e9bd1735a6db077b02c90f8ee31f430 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index d42a7d0bbd9ef7b27fc7a290b738a672dd32e18b..6c5f735a689b4c2ef76d93a072304b8337cc5026 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index e95009b7dbd762e6039ab31b66fa917314da3bb1..aab22ea5203be85607139de1502d53f015653bbf 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index b824461b98160af4d97fc527574cd1750920021d..c1f6a941300af5253181bde6f4857dca0ad77ef0 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index 9cf1d0b43aa317a1d7dc7aeea613432ce0762caa..0d138d90b26822059d2a1315500f1f51e554ada9 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index 1e373136a540290fabab2bca52ae9e2951137a80..ac965ec34c1550512d2d6ee1301db5ad1bdff75f 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *
index f9b0817b1a3757a593b8c99eef0756bb4417891b..2897a6fb751d73f8af632e224ea8017842d4be1c 100644 (file)
@@ -1,4 +1,5 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab ft=cpp
+
 #include "bucket_cache.h"
 
index 6151d921a4c0344a2c0604ab5f95b99f9b67d54a..e8480aa05e81abb7ddb5f66aa7b51629b0a6467e 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 %language=C++
 %compare-strncmp
 %define class-name keyword_hash
index 14b61997f641d9c738db00511384a9f289a58696..c5af9228f5745535200fc1e11b1ba3c0cebb9b65 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/env python3
 # -*- mode:python; tab-width:4; indent-tabs-mode:nil; coding:utf-8 -*-
 # vim: ts=4 sw=4 expandtab fileencoding=utf-8
+
 #
 # Ceph - scalable distributed file system
 #
index 67eeb0def8c1f3ae247030fc33c3fff59f3d156f..1a515bc02823492e6525cee8cc0637995cce23df 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/env python3
 # -*- mode:python; tab-width:4; indent-tabs-mode:nil -*-
 # vim: ts=4 sw=4 expandtab
+
 #
 """
 Copyright (C) 2015 Red Hat
index 1613bc7494dc3cfe8e43581ee212dbee6b7f7d54..7c90368d3265a227fad691d5e6600c5e664432fb 100644 (file)
@@ -1,5 +1,6 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 sts=2 expandtab
+
 /*
  * Ceph - scalable distributed file system
  *