mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 11:47:43 +03:00
Fix typos in module/zfs/
Reviewed-by: Matt Ahrens <matt@delphix.com> Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #9240
This commit is contained in:
committed by
Brian Behlendorf
parent
7859537768
commit
e1cfd73f7f
@@ -2106,7 +2106,7 @@ zfs_ioc_objset_stats_impl(zfs_cmd_t *zc, objset_t *os)
|
||||
* which we aren't supposed to do with a
|
||||
* DS_MODE_USER hold, because it could be
|
||||
* inconsistent. So this is a bit of a workaround...
|
||||
* XXX reading with out owning
|
||||
* XXX reading without owning
|
||||
*/
|
||||
if (!zc->zc_objset_stats.dds_inconsistent &&
|
||||
dmu_objset_type(os) == DMU_OST_ZVOL) {
|
||||
@@ -7097,7 +7097,7 @@ zfs_check_input_nvpairs(nvlist_t *innvl, const zfs_ioc_vec_t *vec)
|
||||
continue;
|
||||
|
||||
if (nvl_keys[k].zkey_flags & ZK_WILDCARDLIST) {
|
||||
/* at least one non-optionial key is expected here */
|
||||
/* at least one non-optional key is expected here */
|
||||
if (!required_keys_found)
|
||||
return (SET_ERROR(ZFS_ERR_IOC_ARG_REQUIRED));
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user