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 /module | |
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 'module')
-rw-r--r--[-rwxr-xr-x] | module/icp/core/kcf_sched.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | module/nvpair/nvpair.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | module/zfs/arc.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | module/zfs/dsl_pool.c | 0 |
4 files changed, 0 insertions, 0 deletions
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 |