mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 19:19:32 +03:00
Trivial spelling fix
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #1411
This commit is contained in:
parent
8f1e11b610
commit
254255f735
@ -5383,7 +5383,7 @@ get_one_dataset(zfs_handle_t *zhp, void *data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Interate over any nested datasets.
|
* Iterate over any nested datasets.
|
||||||
*/
|
*/
|
||||||
if (zfs_iter_filesystems(zhp, get_one_dataset, data) != 0) {
|
if (zfs_iter_filesystems(zhp, get_one_dataset, data) != 0) {
|
||||||
zfs_close(zhp);
|
zfs_close(zhp);
|
||||||
|
@ -562,7 +562,7 @@ zfs_unlinked_drain(zfs_sb_t *zsb)
|
|||||||
int error;
|
int error;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Interate over the contents of the unlinked set.
|
* Iterate over the contents of the unlinked set.
|
||||||
*/
|
*/
|
||||||
for (zap_cursor_init(&zc, zsb->z_os, zsb->z_unlinkedobj);
|
for (zap_cursor_init(&zc, zsb->z_os, zsb->z_unlinkedobj);
|
||||||
zap_cursor_retrieve(&zc, &zap) == 0;
|
zap_cursor_retrieve(&zc, &zap) == 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user