]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Fix file permissions
authorBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 8 Oct 2016 21:57:56 +0000 (14:57 -0700)
committerGitHub <noreply@github.com>
Sat, 8 Oct 2016 21:57:56 +0000 (14:57 -0700)
The following new test cases need to have execute permissions set:

  userquota/groupspace_003_pos.ksh
  userquota/userquota_013_pos.ksh
  userquota/userspace_003_pos.ksh
  upgrade/upgrade_userobj_001_pos.ksh
  upgrade/setup.ksh
  upgrade/cleanup.ksh

The following source files accidentally were marked executable:

  lib/libzpool/kernel.c
  lib/libshare/nfs.c
  lib/libzfs/libzfs_dataset.c
  lib/libzfs/libzfs_util.c
  tests/zfs-tests/cmd/rm_lnkcnt_zero_file/rm_lnkcnt_zero_file.c
  tests/zfs-tests/cmd/dir_rd_update/dir_rd_update.c
  cmd/zed/zed_exec.c
  module/icp/core/kcf_sched.c
  module/zfs/dsl_pool.c
  module/zfs/arc.c
  module/nvpair/nvpair.c
  man/man5/zfs-module-parameters.5

Reviewed-by: GeLiXin <ge.lixin@zte.com.cn>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #5241

18 files changed:
cmd/zed/zed_exec.c [changed mode: 0755->0644]
lib/libshare/nfs.c [changed mode: 0755->0644]
lib/libzfs/libzfs_dataset.c [changed mode: 0755->0644]
lib/libzfs/libzfs_util.c [changed mode: 0755->0644]
lib/libzpool/kernel.c [changed mode: 0755->0644]
man/man5/zfs-module-parameters.5 [changed mode: 0755->0644]
module/icp/core/kcf_sched.c [changed mode: 0755->0644]
module/nvpair/nvpair.c [changed mode: 0755->0644]
module/zfs/arc.c [changed mode: 0755->0644]
module/zfs/dsl_pool.c [changed mode: 0755->0644]
tests/zfs-tests/cmd/dir_rd_update/dir_rd_update.c [changed mode: 0755->0644]
tests/zfs-tests/cmd/rm_lnkcnt_zero_file/rm_lnkcnt_zero_file.c [changed mode: 0755->0644]
tests/zfs-tests/tests/functional/upgrade/cleanup.ksh [changed mode: 0644->0755]
tests/zfs-tests/tests/functional/upgrade/setup.ksh [changed mode: 0644->0755]
tests/zfs-tests/tests/functional/upgrade/upgrade_userobj_001_pos.ksh [changed mode: 0644->0755]
tests/zfs-tests/tests/functional/userquota/groupspace_003_pos.ksh [changed mode: 0644->0755]
tests/zfs-tests/tests/functional/userquota/userquota_013_pos.ksh [changed mode: 0644->0755]
tests/zfs-tests/tests/functional/userquota/userspace_003_pos.ksh [changed mode: 0644->0755]

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)