summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2016-10-08 14:57:56 -0700
committerGitHub <[email protected]>2016-10-08 14:57:56 -0700
commit7515f8f63d1f001adb0e752f9a0f3550e16a6315 (patch)
treed9216806f0ee4c3e1e22a67cd20fb639b943e604
parent690fe6479e43cb89d5c48ab8981409eef8940e49 (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
-rw-r--r--[-rwxr-xr-x]cmd/zed/zed_exec.c0
-rw-r--r--[-rwxr-xr-x]lib/libshare/nfs.c0
-rw-r--r--[-rwxr-xr-x]lib/libzfs/libzfs_dataset.c0
-rw-r--r--[-rwxr-xr-x]lib/libzfs/libzfs_util.c0
-rw-r--r--[-rwxr-xr-x]lib/libzpool/kernel.c0
-rw-r--r--[-rwxr-xr-x]man/man5/zfs-module-parameters.50
-rw-r--r--[-rwxr-xr-x]module/icp/core/kcf_sched.c0
-rw-r--r--[-rwxr-xr-x]module/nvpair/nvpair.c0
-rw-r--r--[-rwxr-xr-x]module/zfs/arc.c0
-rw-r--r--[-rwxr-xr-x]module/zfs/dsl_pool.c0
-rw-r--r--[-rwxr-xr-x]tests/zfs-tests/cmd/dir_rd_update/dir_rd_update.c0
-rw-r--r--[-rwxr-xr-x]tests/zfs-tests/cmd/rm_lnkcnt_zero_file/rm_lnkcnt_zero_file.c0
-rwxr-xr-x[-rw-r--r--]tests/zfs-tests/tests/functional/upgrade/cleanup.ksh0
-rwxr-xr-x[-rw-r--r--]tests/zfs-tests/tests/functional/upgrade/setup.ksh0
-rwxr-xr-x[-rw-r--r--]tests/zfs-tests/tests/functional/upgrade/upgrade_userobj_001_pos.ksh0
-rwxr-xr-x[-rw-r--r--]tests/zfs-tests/tests/functional/userquota/groupspace_003_pos.ksh0
-rwxr-xr-x[-rw-r--r--]tests/zfs-tests/tests/functional/userquota/userquota_013_pos.ksh0
-rwxr-xr-x[-rw-r--r--]tests/zfs-tests/tests/functional/userquota/userspace_003_pos.ksh0
18 files changed, 0 insertions, 0 deletions
diff --git a/cmd/zed/zed_exec.c b/cmd/zed/zed_exec.c
index 1a3b76d07..1a3b76d07 100755..100644
--- a/cmd/zed/zed_exec.c
+++ b/cmd/zed/zed_exec.c
diff --git a/lib/libshare/nfs.c b/lib/libshare/nfs.c
index abcc1025b..abcc1025b 100755..100644
--- a/lib/libshare/nfs.c
+++ b/lib/libshare/nfs.c
diff --git a/lib/libzfs/libzfs_dataset.c b/lib/libzfs/libzfs_dataset.c
index 7d8179d1f..7d8179d1f 100755..100644
--- a/lib/libzfs/libzfs_dataset.c
+++ b/lib/libzfs/libzfs_dataset.c
diff --git a/lib/libzfs/libzfs_util.c b/lib/libzfs/libzfs_util.c
index 2f29027c9..2f29027c9 100755..100644
--- a/lib/libzfs/libzfs_util.c
+++ b/lib/libzfs/libzfs_util.c
diff --git a/lib/libzpool/kernel.c b/lib/libzpool/kernel.c
index 579626220..579626220 100755..100644
--- a/lib/libzpool/kernel.c
+++ b/lib/libzpool/kernel.c
diff --git a/man/man5/zfs-module-parameters.5 b/man/man5/zfs-module-parameters.5
index e24716014..e24716014 100755..100644
--- a/man/man5/zfs-module-parameters.5
+++ b/man/man5/zfs-module-parameters.5
diff --git a/module/icp/core/kcf_sched.c b/module/icp/core/kcf_sched.c
index 7046495f4..7046495f4 100755..100644
--- a/module/icp/core/kcf_sched.c
+++ b/module/icp/core/kcf_sched.c
diff --git a/module/nvpair/nvpair.c b/module/nvpair/nvpair.c
index 14b196d96..14b196d96 100755..100644
--- a/module/nvpair/nvpair.c
+++ b/module/nvpair/nvpair.c
diff --git a/module/zfs/arc.c b/module/zfs/arc.c
index 7bae2c42d..7bae2c42d 100755..100644
--- a/module/zfs/arc.c
+++ b/module/zfs/arc.c
diff --git a/module/zfs/dsl_pool.c b/module/zfs/dsl_pool.c
index cf5259acd..cf5259acd 100755..100644
--- a/module/zfs/dsl_pool.c
+++ b/module/zfs/dsl_pool.c
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