]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ersaure-code: Cleanup of clay code source files.
authorMyna V <mynaramana@gmail.com>
Mon, 8 Oct 2018 13:23:46 +0000 (18:53 +0530)
committerMyna V <mynaramana@gmail.com>
Tue, 9 Oct 2018 02:17:24 +0000 (07:47 +0530)
* fixes the copyright on clay code source files

Signed-off-by: Myna <mynaramana@gmail.com>
src/erasure-code/ErasureCode.cc
src/erasure-code/clay/ErasureCodeClay.cc
src/erasure-code/clay/ErasureCodeClay.h
src/erasure-code/clay/ErasureCodePluginClay.cc
src/erasure-code/clay/ErasureCodePluginClay.h
src/test/erasure-code/TestErasureCodeClay.cc
src/test/erasure-code/TestErasureCodePluginClay.cc

index 8ca3262dc22a6e8d17df33a4f4eda8da65fd9294..00fccf8fc9f975d7b95201eb69aa8fe5c837a56f 100644 (file)
 #include "include/buffer.h"
 #include "crush/CrushWrapper.h"
 #include "osd/osd_types.h"
-#include "common/debug.h"
 
 #define DEFAULT_RULE_ROOT "default"
 #define DEFAULT_RULE_FAILURE_DOMAIN "host"
 
-#define dout_context g_ceph_context
-#define dout_subsys ceph_subsys_osd 
-#undef dout_prefix
-#define dout_prefix _prefix(_dout)
-
-using namespace std;
-
-static ostream& _prefix(std::ostream* _dout)
-{
-  return *_dout << "ErasureCode: ";
-}
-
 const unsigned ErasureCode::SIMD_ALIGN = 32;
 
 int ErasureCode::init(
index d4f25e31d5f881af903457224289f71001ac6554..d4b24b078b4e0b98c89ed5fbf3ec0e7a497ab167 100644 (file)
@@ -3,7 +3,7 @@
 /*
  * Ceph - scalable distributed file system
  *
- * Copyright (C) 2018 Myna Vajha <mynaramana@gmail.com>
+ * Copyright (C) 2018 Indian Institute of Science <office.ece@iisc.ac.in>
  *
  * Author: Myna Vajha <mynaramana@gmail.com>
  *
index 6f0849de1e4892f27bce0f4aec9fe071e2f80a59..80e6f4a35a6e163245cface04ea8c9c78ffa04c8 100644 (file)
@@ -3,7 +3,7 @@
 /*
  * Ceph - scalable distributed file system
  *
- * Copyright (C) 2018 Myna Vajha <mynaramana@gmail.com>
+ * Copyright (C) 2018 Indian Institute of Science <office.ece@iisc.ac.in>
  *
  * Author: Myna Vajha <mynaramana@gmail.com>
  *
index ab3d1db7f2752589e6049a47a880bf7a4fc3bc44..cb1473519931133f890f693a02b41f8f40d97428 100644 (file)
@@ -3,7 +3,7 @@
 /*
  * Ceph - scalable distributed file system
  *
- * Copyright (C) 2018 Myna Vajha <mynaramana@gmail.com>
+ * Copyright (C) 2018 Indian Institute of Science <office.ece@iisc.ac.in>
  *
  * Author: Myna Vajha <mynaramana@gmail.com>
  *
index d6641287c2e84a0b9c6a7420d0f5d1ceb252f1a2..6efaa198df3e99707bbf4dc2b068470abadd28d8 100644 (file)
@@ -3,7 +3,7 @@
 /*
  * Ceph distributed storage system
  *
- * Copyright (C) 2018 Myna Vajha <mynaramana@gmail.com>
+ * Copyright (C) 2018 Indian Institute of Science <office.ece@iisc.ac.in>
  *
  * Author: Myna Vajha <mynaramana@gmail.com>
  *
index 9f932c952d4f6f740cea379be4aadfc85f2ebf19..0a6f181c0d02367d8a7f9b1f5fe3af67d3dbfaec 100644 (file)
@@ -3,10 +3,9 @@
 /*
  * Ceph distributed storage system
  *
- * Copyright (C) 2013,2014 Cloudwatt <libre.licensing@cloudwatt.com>
- * Copyright (C) 2014 Red Hat <contact@redhat.com>
+ * Copyright (C) 2018 Indian Institute of Science <office.ece@iisc.ac.in>
  *
- * Author: Loic Dachary <loic@dachary.org>
+ * Author: Myna Vajha <mynaramana@gmail.com>
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public
index 6885db324e800a2b420c0b258b8fbd58a66d4214..0491ba8981413a1ae03f076a71be043efd19927f 100644 (file)
@@ -3,10 +3,9 @@
 /*
  * Ceph distributed storage system
  *
- * Copyright (C) 2013,2014 Cloudwatt <libre.licensing@cloudwatt.com>
- * Copyright (C) 2014 Red Hat <contact@redhat.com>
+ * Copyright (C) 2018 Indian Institute of Science <office.ece@iisc.ac.in>
  *
- * Author: Loic Dachary <loic@dachary.org>
+ * Author: Myna Vajha <mynaramana@gmail.com>
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public