]> granicus.if.org Git - zfs/commitdiff
OpenZFS 9213 - zfs: sytem typo
authorToomas Soome <tsoome@me.com>
Sat, 10 Mar 2018 23:01:46 +0000 (15:01 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sun, 15 Apr 2018 17:59:13 +0000 (10:59 -0700)
Authored by: Toomas Soome <tsoome@me.com>
Reviewed by: C Fraire <cfraire@me.com>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Approved by: Joshua M. Clulow <josh@sysmgr.org>
Ported-by: Brian Behlendorf <behlendorf1@llnl.gov>
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
tests/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh
tests/zfs-tests/tests/functional/refquota/refquota_004_pos.ksh

index b366e8f1cbee8b411f33f57deca2e0233a884bdd..9fee4744517e6cf4560494b4acd37a6fcabe1a4b 100644 (file)
@@ -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
index 326c294c5defc6a50f2064190bc813e586718417..bcf74f2cdee2a88f539184ec861de25ccdbad3f9 100755 (executable)
@@ -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
 #
index 291cfbd25cb3276afb155f607b6867abe5cc9acc..0691c3630931a1350d0738917662b3320be441d0 100755 (executable)
@@ -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
 #