]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
remove spurious executable permissions on files 1061/head
authorKen Dreyer <ken.dreyer@inktank.com>
Thu, 9 Jan 2014 15:55:28 +0000 (08:55 -0700)
committerKen Dreyer <ken.dreyer@inktank.com>
Thu, 9 Jan 2014 15:57:00 +0000 (08:57 -0700)
Fedora's rpmlint complains that some of the source code files in the
tree happen to be executable. Remove the execute bits from these files
to resolve the rpmlint warning.

Signed-off-by: Ken Dreyer <ken.dreyer@inktank.com>
12 files changed:
src/mount/mount.ceph.c [changed mode: 0755->0644]
src/osd/ErasureCodePluginJerasure/cauchy.c [changed mode: 0755->0644]
src/osd/ErasureCodePluginJerasure/cauchy.h [changed mode: 0755->0644]
src/osd/ErasureCodePluginJerasure/cauchy_best_r6.c [changed mode: 0755->0644]
src/osd/ErasureCodePluginJerasure/galois.c [changed mode: 0755->0644]
src/osd/ErasureCodePluginJerasure/galois.h [changed mode: 0755->0644]
src/osd/ErasureCodePluginJerasure/jerasure.c [changed mode: 0755->0644]
src/osd/ErasureCodePluginJerasure/jerasure.h [changed mode: 0755->0644]
src/osd/ErasureCodePluginJerasure/liberation.c [changed mode: 0755->0644]
src/osd/ErasureCodePluginJerasure/liberation.h [changed mode: 0755->0644]
src/osd/ErasureCodePluginJerasure/reed_sol.c [changed mode: 0755->0644]
src/osd/ErasureCodePluginJerasure/reed_sol.h [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)