Skip to content

Commit

Permalink
remove spurious executable permissions on files
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Ken Dreyer committed Jan 9, 2014
1 parent 45418e9 commit 029b9ef
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 0 deletions.
Empty file modified src/mount/mount.ceph.c
100755 → 100644
Empty file.
Empty file modified src/osd/ErasureCodePluginJerasure/cauchy.c
100755 → 100644
Empty file.
Empty file modified src/osd/ErasureCodePluginJerasure/cauchy.h
100755 → 100644
Empty file.
Empty file modified src/osd/ErasureCodePluginJerasure/cauchy_best_r6.c
100755 → 100644
Empty file.
Empty file modified src/osd/ErasureCodePluginJerasure/galois.c
100755 → 100644
Empty file.
Empty file modified src/osd/ErasureCodePluginJerasure/galois.h
100755 → 100644
Empty file.
Empty file modified src/osd/ErasureCodePluginJerasure/jerasure.c
100755 → 100644
Empty file.
Empty file modified src/osd/ErasureCodePluginJerasure/jerasure.h
100755 → 100644
Empty file.
Empty file modified src/osd/ErasureCodePluginJerasure/liberation.c
100755 → 100644
Empty file.
Empty file modified src/osd/ErasureCodePluginJerasure/liberation.h
100755 → 100644
Empty file.
Empty file modified src/osd/ErasureCodePluginJerasure/reed_sol.c
100755 → 100644
Empty file.
Empty file modified src/osd/ErasureCodePluginJerasure/reed_sol.h
100755 → 100644
Empty file.

0 comments on commit 029b9ef

Please sign in to comment.