RGW - Make sure editor settings are correct for all files

Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
This commit is contained in:
Daniel Gryniewicz 2019-08-19 10:50:03 -04:00
parent 329463b386
commit 90d0b934ac
334 changed files with 380 additions and 305 deletions

View File

@ -79,7 +79,7 @@ by section.
header is: header is:
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
* Formatting > Conditionals: * Formatting > Conditionals:

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* create rgw admin user * create rgw admin user

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <string.h> #include <string.h>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_ACL_H #ifndef CEPH_RGW_ACL_H
#define CEPH_RGW_ACL_H #define CEPH_RGW_ACL_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <string.h> #include <string.h>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_ACL_S3_H #ifndef CEPH_RGW_ACL_S3_H
#define CEPH_RGW_ACL_S3_H #define CEPH_RGW_ACL_S3_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <string.h> #include <string.h>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_ACL_SWIFT_H #ifndef CEPH_RGW_ACL_SWIFT_H
#define CEPH_RGW_ACL_SWIFT_H #define CEPH_RGW_ACL_SWIFT_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <errno.h> #include <errno.h>
#include <iostream> #include <iostream>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include "include/rgw/librgw_admin_user.h" #include "include/rgw/librgw_admin_user.h"
#include "rgw_admin_user.h" #include "rgw_admin_user.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* create rgw admin user * create rgw admin user

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include "include/compat.h" #include "include/compat.h"
#include "rgw_amqp.h" #include "rgw_amqp.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include "rgw_arn.h" #include "rgw_arn.h"
#include "rgw_common.h" #include "rgw_common.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#pragma once #pragma once
#include <string> #include <string>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <boost/algorithm/string/predicate.hpp> #include <boost/algorithm/string/predicate.hpp>
#include <boost/asio/write.hpp> #include <boost/asio/write.hpp>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef RGW_ASIO_CLIENT_H #ifndef RGW_ASIO_CLIENT_H
#define RGW_ASIO_CLIENT_H #define RGW_ASIO_CLIENT_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <atomic> #include <atomic>
#include <thread> #include <thread>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef RGW_ASIO_FRONTEND_H #ifndef RGW_ASIO_FRONTEND_H
#define RGW_ASIO_FRONTEND_H #define RGW_ASIO_FRONTEND_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <array> #include <array>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_AUTH_H #ifndef CEPH_RGW_AUTH_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_AUTH_FILTERS_H #ifndef CEPH_RGW_AUTH_FILTERS_H
#define CEPH_RGW_AUTH_FILTERS_H #define CEPH_RGW_AUTH_FILTERS_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <string> #include <string>
#include <vector> #include <vector>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_AUTH_KEYSTONE_H #ifndef CEPH_RGW_AUTH_KEYSTONE_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_AUTH_REGISTRY_H #ifndef CEPH_RGW_AUTH_REGISTRY_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <algorithm> #include <algorithm>
#include <map> #include <map>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_AUTH_S3_H #ifndef CEPH_RGW_AUTH_S3_H
#define CEPH_RGW_AUTH_S3_H #define CEPH_RGW_AUTH_S3_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef RGW_B64_H #ifndef RGW_B64_H
#define RGW_B64_H #define RGW_B64_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_BASIC_TYPES_H #ifndef CEPH_RGW_BASIC_TYPES_H
#define CEPH_RGW_BASIC_TYPES_H #define CEPH_RGW_BASIC_TYPES_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <errno.h> #include <errno.h>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_BUCKET_H #ifndef CEPH_RGW_BUCKET_H
#define CEPH_RGW_BUCKET_H #define CEPH_RGW_BUCKET_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include "rgw_cache.h" #include "rgw_cache.h"
#include "rgw_perf_counters.h" #include "rgw_perf_counters.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGWCACHE_H #ifndef CEPH_RGWCACHE_H
#define CEPH_RGWCACHE_H #define CEPH_RGWCACHE_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <string.h> #include <string.h>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_MONGOOSE_H #ifndef CEPH_RGW_MONGOOSE_H
#define CEPH_RGW_MONGOOSE_H #define CEPH_RGW_MONGOOSE_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <set> #include <set>
#include <string> #include <string>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include "common/config.h" #include "common/config.h"
#include "rgw_common.h" #include "rgw_common.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_CIVETWEB_LOG_H #ifndef CEPH_RGW_CIVETWEB_LOG_H
#define CEPH_RGW_CIVETWEB_LOG_H #define CEPH_RGW_CIVETWEB_LOG_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_CLIENT_IO_H #ifndef CEPH_RGW_CLIENT_IO_H
#define CEPH_RGW_CLIENT_IO_H #define CEPH_RGW_CLIENT_IO_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_CLIENT_IO_DECOIMPL_H #ifndef CEPH_RGW_CLIENT_IO_DECOIMPL_H
#define CEPH_RGW_CLIENT_IO_DECOIMPL_H #define CEPH_RGW_CLIENT_IO_DECOIMPL_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <errno.h> #include <errno.h>
#include <vector> #include <vector>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include "rgw_compression.h" #include "rgw_compression.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_COMPRESSION_H #ifndef CEPH_RGW_COMPRESSION_H
#define CEPH_RGW_COMPRESSION_H #define CEPH_RGW_COMPRESSION_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include "include/Context.h" #include "include/Context.h"
#include "common/ceph_json.h" #include "common/ceph_json.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_COROUTINE_H #ifndef CEPH_RGW_COROUTINE_H
#define CEPH_RGW_COROUTINE_H #define CEPH_RGW_COROUTINE_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include "include/compat.h" #include "include/compat.h"
#include "rgw_sal.h" #include "rgw_sal.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_CR_RADOS_H #ifndef CEPH_RGW_CR_RADOS_H
#define CEPH_RGW_CR_RADOS_H #define CEPH_RGW_CR_RADOS_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include "rgw_cr_rest.h" #include "rgw_cr_rest.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_CR_REST_H #ifndef CEPH_RGW_CR_REST_H
#define CEPH_RGW_CR_REST_H #define CEPH_RGW_CR_REST_H

View File

@ -1,3 +1,6 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab ft=cpp
#include "common/errno.h" #include "common/errno.h"
#include "rgw_cr_tools.h" #include "rgw_cr_tools.h"

View File

@ -1,3 +1,6 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_CR_TOOLS_H #ifndef CEPH_RGW_CR_TOOLS_H
#define CEPH_RGW_CR_TOOLS_H #define CEPH_RGW_CR_TOOLS_H

View File

@ -1,5 +1,5 @@
// -*- mode:C; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/** /**
* Crypto filters for Put/Post/Get operations. * Crypto filters for Put/Post/Get operations.

View File

@ -1,5 +1,5 @@
// -*- mode:C; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/** /**
* Crypto filters for Put/Post/Get operations. * Crypto filters for Put/Post/Get operations.

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* rgw_crypt_sanitize.cc * rgw_crypt_sanitize.cc

View File

@ -1,5 +1,5 @@
// -*- mode:C; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef RGW_RGW_CRYPT_SANITIZE_H_ #ifndef RGW_RGW_CRYPT_SANITIZE_H_
#define RGW_RGW_CRYPT_SANITIZE_H_ #define RGW_RGW_CRYPT_SANITIZE_H_

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <boost/utility/string_ref.hpp> #include <boost/utility/string_ref.hpp>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_DATA_SYNC_H #ifndef CEPH_RGW_DATA_SYNC_H
#define CEPH_RGW_DATA_SYNC_H #define CEPH_RGW_DATA_SYNC_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include "rgw_common.h" #include "rgw_common.h"
#include "rgw_rados.h" #include "rgw_rados.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system

View File

@ -1,3 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab ft=cpp
#include "common/async/completion.h" #include "common/async/completion.h"
#include "rgw_dmclock_async_scheduler.h" #include "rgw_dmclock_async_scheduler.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system
* *

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system
* *

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system
* *

View File

@ -1,3 +1,6 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab ft=cpp
#ifndef RGW_DMCLOCK_SCHEDULER_CTX_H #ifndef RGW_DMCLOCK_SCHEDULER_CTX_H
#define RGW_DMCLOCK_SCHEDULER_CTX_H #define RGW_DMCLOCK_SCHEDULER_CTX_H

View File

@ -1,3 +1,6 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab ft=cpp
#include "rgw_dmclock_scheduler.h" #include "rgw_dmclock_scheduler.h"
#include "rgw_dmclock_sync_scheduler.h" #include "rgw_dmclock_sync_scheduler.h"
#include "rgw_dmclock_scheduler_ctx.h" #include "rgw_dmclock_scheduler_ctx.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system
* *

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include "rgw_common.h" #include "rgw_common.h"
#include "rgw_log.h" #include "rgw_log.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <list> #include <list>
#include <string> #include <string>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <list> #include <list>
#include <map> #include <map>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_ES_QUERY_H #ifndef CEPH_RGW_ES_QUERY_H
#define CEPH_RGW_ES_QUERY_H #define CEPH_RGW_ES_QUERY_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include "rgw_fcgi.h" #include "rgw_fcgi.h"
#include "acconfig.h" #include "acconfig.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_FCGI_H #ifndef CEPH_RGW_FCGI_H
#define CEPH_RGW_FCGI_H #define CEPH_RGW_FCGI_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include "common/errno.h" #include "common/errno.h"
#include "common/Throttle.h" #include "common/Throttle.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include "include/compat.h" #include "include/compat.h"
#include "include/rados/rgw_file.h" #include "include/rados/rgw_file.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef RGW_FILE_H #ifndef RGW_FILE_H
#define RGW_FILE_H #define RGW_FILE_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_FORMATS_H #ifndef CEPH_RGW_FORMATS_H
#define CEPH_RGW_FORMATS_H #define CEPH_RGW_FORMATS_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include <signal.h> #include <signal.h>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef RGW_FRONTEND_H #ifndef RGW_FRONTEND_H
#define RGW_FRONTEND_H #define RGW_FRONTEND_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include "rgw_gc.h" #include "rgw_gc.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_GC_H #ifndef CEPH_RGW_GC_H
#define CEPH_RGW_GC_H #define CEPH_RGW_GC_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include "include/compat.h" #include "include/compat.h"
#include "common/errno.h" #include "common/errno.h"

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#ifndef CEPH_RGW_HTTP_CLIENT_H #ifndef CEPH_RGW_HTTP_CLIENT_H
#define CEPH_RGW_HTTP_CLIENT_H #define CEPH_RGW_HTTP_CLIENT_H

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
#include "rgw_http_client_curl.h" #include "rgw_http_client_curl.h"
#include <mutex> #include <mutex>

View File

@ -1,5 +1,5 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system

View File

@ -1,6 +1,6 @@
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab // vim: ts=8 sw=2 smarttab ft=cpp
/* /*
* Ceph - scalable distributed file system * Ceph - scalable distributed file system

Some files were not shown because too many files have changed in this diff Show More