diff options
author | Brian Behlendorf <[email protected]> | 2016-10-08 14:57:56 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2016-10-08 14:57:56 -0700 |
commit | 7515f8f63d1f001adb0e752f9a0f3550e16a6315 (patch) | |
tree | d9216806f0ee4c3e1e22a67cd20fb639b943e604 /tests | |
parent | 690fe6479e43cb89d5c48ab8981409eef8940e49 (diff) |
Fix file permissions
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 <[email protected]>
Reviewed-by: Andreas Dilger <[email protected]>
Reviewed-by: Jinshan Xiong <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #5241
Diffstat (limited to 'tests')
-rw-r--r--[-rwxr-xr-x] | tests/zfs-tests/cmd/dir_rd_update/dir_rd_update.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | tests/zfs-tests/cmd/rm_lnkcnt_zero_file/rm_lnkcnt_zero_file.c | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/zfs-tests/tests/functional/upgrade/cleanup.ksh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/zfs-tests/tests/functional/upgrade/setup.ksh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/zfs-tests/tests/functional/upgrade/upgrade_userobj_001_pos.ksh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/zfs-tests/tests/functional/userquota/groupspace_003_pos.ksh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/zfs-tests/tests/functional/userquota/userquota_013_pos.ksh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/zfs-tests/tests/functional/userquota/userspace_003_pos.ksh | 0 |
8 files changed, 0 insertions, 0 deletions
diff --git a/tests/zfs-tests/cmd/dir_rd_update/dir_rd_update.c b/tests/zfs-tests/cmd/dir_rd_update/dir_rd_update.c index 3e075e3d7..3e075e3d7 100755..100644 --- a/tests/zfs-tests/cmd/dir_rd_update/dir_rd_update.c +++ b/tests/zfs-tests/cmd/dir_rd_update/dir_rd_update.c diff --git a/tests/zfs-tests/cmd/rm_lnkcnt_zero_file/rm_lnkcnt_zero_file.c b/tests/zfs-tests/cmd/rm_lnkcnt_zero_file/rm_lnkcnt_zero_file.c index 7986851ef..7986851ef 100755..100644 --- a/tests/zfs-tests/cmd/rm_lnkcnt_zero_file/rm_lnkcnt_zero_file.c +++ b/tests/zfs-tests/cmd/rm_lnkcnt_zero_file/rm_lnkcnt_zero_file.c diff --git a/tests/zfs-tests/tests/functional/upgrade/cleanup.ksh b/tests/zfs-tests/tests/functional/upgrade/cleanup.ksh index 6b0eb9d9a..6b0eb9d9a 100644..100755 --- a/tests/zfs-tests/tests/functional/upgrade/cleanup.ksh +++ b/tests/zfs-tests/tests/functional/upgrade/cleanup.ksh diff --git a/tests/zfs-tests/tests/functional/upgrade/setup.ksh b/tests/zfs-tests/tests/functional/upgrade/setup.ksh index 57b483581..57b483581 100644..100755 --- a/tests/zfs-tests/tests/functional/upgrade/setup.ksh +++ b/tests/zfs-tests/tests/functional/upgrade/setup.ksh diff --git a/tests/zfs-tests/tests/functional/upgrade/upgrade_userobj_001_pos.ksh b/tests/zfs-tests/tests/functional/upgrade/upgrade_userobj_001_pos.ksh index 49087f5a1..49087f5a1 100644..100755 --- a/tests/zfs-tests/tests/functional/upgrade/upgrade_userobj_001_pos.ksh +++ b/tests/zfs-tests/tests/functional/upgrade/upgrade_userobj_001_pos.ksh diff --git a/tests/zfs-tests/tests/functional/userquota/groupspace_003_pos.ksh b/tests/zfs-tests/tests/functional/userquota/groupspace_003_pos.ksh index 7ea8cd563..7ea8cd563 100644..100755 --- a/tests/zfs-tests/tests/functional/userquota/groupspace_003_pos.ksh +++ b/tests/zfs-tests/tests/functional/userquota/groupspace_003_pos.ksh diff --git a/tests/zfs-tests/tests/functional/userquota/userquota_013_pos.ksh b/tests/zfs-tests/tests/functional/userquota/userquota_013_pos.ksh index a84a45524..a84a45524 100644..100755 --- a/tests/zfs-tests/tests/functional/userquota/userquota_013_pos.ksh +++ b/tests/zfs-tests/tests/functional/userquota/userquota_013_pos.ksh diff --git a/tests/zfs-tests/tests/functional/userquota/userspace_003_pos.ksh b/tests/zfs-tests/tests/functional/userquota/userspace_003_pos.ksh index 421de6581..421de6581 100644..100755 --- a/tests/zfs-tests/tests/functional/userquota/userspace_003_pos.ksh +++ b/tests/zfs-tests/tests/functional/userquota/userspace_003_pos.ksh |