Skip to content

Commit

Permalink
OpenZFS 9213 - zfs: sytem typo
Browse files Browse the repository at this point in the history
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: openzfs/openzfs@edc8ef7d92
Closes openzfs#7436
  • Loading branch information
tsoome authored and behlendorf committed Apr 15, 2018
1 parent cbb8933 commit 5e567da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module/zfs/zfs_acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2471,7 +2471,7 @@ zfs_fastaccesschk_execute(znode_t *zdp, cred_t *cr)
/*
* 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
Expand Down
3 changes: 2 additions & 1 deletion tests/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
#

Expand Down

0 comments on commit 5e567da

Please sign in to comment.