From 5e567da987e3ba930cd908aae9f1d0373de9a0f8 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Sat, 10 Mar 2018 15:01:46 -0800 Subject: [PATCH] OpenZFS 9213 - zfs: sytem typo Authored by: Toomas Soome Reviewed by: C Fraire Reviewed by: Andy Fiddaman Reviewed-by: Giuseppe Di Natale Reviewed-by: George Melikov Approved by: Joshua M. Clulow Ported-by: Brian Behlendorf Porting Notes: * The additional instances of this typo addressed in the OpenZFS patch were already resolved. OpenZFS-issue: https://illumos.org/issues/9213 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/edc8ef7d92 Closes #7436 --- module/zfs/zfs_acl.c | 2 +- tests/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh | 3 ++- tests/zfs-tests/tests/functional/refquota/refquota_004_pos.ksh | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/module/zfs/zfs_acl.c b/module/zfs/zfs_acl.c index b366e8f1cb..9fee474451 100644 --- a/module/zfs/zfs_acl.c +++ b/module/zfs/zfs_acl.c @@ -2471,7 +2471,7 @@ slow: /* * Determine whether Access should be granted/denied. * - * The least priv subsytem is always consulted as a basic privilege + * The least priv subsystem is always consulted as a basic privilege * can define any form of access. */ int diff --git a/tests/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh b/tests/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh index 326c294c5d..bcf74f2cde 100755 --- a/tests/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh +++ b/tests/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh @@ -38,7 +38,8 @@ # # STRATEGY: # 1. create pools based on a valid vdev -# 2. create a filesystem on this pool, set the compression property to gzip1-9 +# 2. create a filesystem on this pool and set the compression property to +# gzip1-9 # 3. set the pool's bootfs property to filesystem we just configured which # should not fail # diff --git a/tests/zfs-tests/tests/functional/refquota/refquota_004_pos.ksh b/tests/zfs-tests/tests/functional/refquota/refquota_004_pos.ksh index 291cfbd25c..0691c36309 100755 --- a/tests/zfs-tests/tests/functional/refquota/refquota_004_pos.ksh +++ b/tests/zfs-tests/tests/functional/refquota/refquota_004_pos.ksh @@ -37,7 +37,7 @@ # # STRATEGY: # 1. Setting refquota < quota -# 2. Create file in filesytem, take snapshot and remove the file +# 2. Create file in filesystem, take snapshot and remove the file # 3. Verify snapshot will not consume refquota #