From: Sage Weil Date: Sun, 27 Oct 2019 14:25:53 +0000 (-0500) Subject: os/bluestore,comon,erasure-code: chmod -x source files X-Git-Tag: v15.1.0~1146^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F31179%2Fhead;p=ceph.git os/bluestore,comon,erasure-code: chmod -x source files Fixes *** WARNING: ./usr/src/debug/ceph-15.0.0-6512.g62bd825.el8.x86_64/src/common/obj_bencher.cc is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/src/debug/ceph-15.0.0-6512.g62bd825.el8.x86_64/src/erasure-code/shec/determinant.c is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/src/debug/ceph-15.0.0-6512.g62bd825.el8.x86_64/src/os/bluestore/AvlAllocator.cc is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/src/debug/ceph-15.0.0-6512.g62bd825.el8.x86_64/src/os/bluestore/AvlAllocator.h is executable but has empty or no shebang, removing executable bit in rpm build. Signed-off-by: Sage Weil --- diff --git a/src/common/obj_bencher.cc b/src/common/obj_bencher.cc old mode 100755 new mode 100644 diff --git a/src/erasure-code/shec/determinant.c b/src/erasure-code/shec/determinant.c old mode 100755 new mode 100644 diff --git a/src/os/bluestore/AvlAllocator.cc b/src/os/bluestore/AvlAllocator.cc old mode 100755 new mode 100644 diff --git a/src/os/bluestore/AvlAllocator.h b/src/os/bluestore/AvlAllocator.h old mode 100755 new mode 100644