From: Kefu Chai Date: Wed, 6 Sep 2017 05:33:28 +0000 (+0800) Subject: common,mon,osd,pybind: remove executable mode bit X-Git-Tag: v13.0.1~975^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F17512%2Fhead;p=ceph.git common,mon,osd,pybind: remove executable mode bit since they are not supposed to be executed as an executable. Signed-off-by: Kefu Chai --- diff --git a/src/include/ceph_features.h b/src/include/ceph_features.h old mode 100755 new mode 100644 diff --git a/src/messages/MOSDOp.h b/src/messages/MOSDOp.h old mode 100755 new mode 100644 diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc old mode 100755 new mode 100644 diff --git a/src/os/kstore/KStore.cc b/src/os/kstore/KStore.cc old mode 100755 new mode 100644 diff --git a/src/osd/PG.cc b/src/osd/PG.cc old mode 100755 new mode 100644 diff --git a/src/osd/PG.h b/src/osd/PG.h old mode 100755 new mode 100644 diff --git a/src/pybind/ceph_daemon.py b/src/pybind/ceph_daemon.py old mode 100755 new mode 100644 diff --git a/src/pybind/ceph_rest_api.py b/src/pybind/ceph_rest_api.py old mode 100755 new mode 100644 diff --git a/src/test/librados/tier.cc b/src/test/librados/tier.cc old mode 100755 new mode 100644