]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
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)
commit029b9ef54180d04e49e12af0c540d92575f55010
treeb4c0eaa2d00e6ae620602de5dab4a2f04aeaf331
parent45418e97626d5d03b314e1bdad5b9197d32fed80
remove spurious executable permissions on files

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]