mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 02:44:41 +03:00
Update references to nonexistent man pages in code
Refer to the correct section or alternative for FreeBSD and Linux. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #11132
This commit is contained in:
@@ -5674,7 +5674,7 @@ metaslab_claim_concrete(vdev_t *vd, uint64_t offset, uint64_t size,
|
||||
range_tree_remove(msp->ms_allocatable, offset, size);
|
||||
range_tree_clear(msp->ms_trim, offset, size);
|
||||
|
||||
if (spa_writeable(spa)) { /* don't dirty if we're zdb(1M) */
|
||||
if (spa_writeable(spa)) { /* don't dirty if we're zdb(8) */
|
||||
metaslab_class_t *mc = msp->ms_group->mg_class;
|
||||
multilist_sublist_t *mls =
|
||||
multilist_sublist_lock_obj(mc->mc_metaslab_txg_list, msp);
|
||||
@@ -5721,7 +5721,7 @@ metaslab_claim_impl(vdev_t *vd, uint64_t offset, uint64_t size, uint64_t txg)
|
||||
metaslab_claim_cb_arg_t arg;
|
||||
|
||||
/*
|
||||
* Only zdb(1M) can claim on indirect vdevs. This is used
|
||||
* Only zdb(8) can claim on indirect vdevs. This is used
|
||||
* to detect leaks of mapped space (that are not accounted
|
||||
* for in the obsolete counts, spacemap, or bpobj).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user