diff options
author | Ryan Moeller <[email protected]> | 2020-10-30 11:55:59 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-30 08:55:59 -0700 |
commit | 76d04993a60fcd30bbb815cfa7f716cbebcdfcbd (patch) | |
tree | e375500f671cc1d8ae9f96bc6a8d049560170257 /module/zfs/zio.c | |
parent | e3a6ac8d06210ac035cec8d86fab05549ff54f94 (diff) |
Update references to nonexistent man pages in code
Refer to the correct section or alternative for FreeBSD and Linux.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #11132
Diffstat (limited to 'module/zfs/zio.c')
-rw-r--r-- | module/zfs/zio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/zio.c b/module/zfs/zio.c index 8a8fbccd7..260e88b0b 100644 --- a/module/zfs/zio.c +++ b/module/zfs/zio.c @@ -1272,7 +1272,7 @@ zio_claim(zio_t *pio, spa_t *spa, uint64_t txg, const blkptr_t *bp, ASSERT3U(spa->spa_uberblock.ub_rootbp.blk_birth, <, spa_min_claim_txg(spa)); ASSERT(txg == spa_min_claim_txg(spa) || txg == 0); - ASSERT(!BP_GET_DEDUP(bp) || !spa_writeable(spa)); /* zdb(1M) */ + ASSERT(!BP_GET_DEDUP(bp) || !spa_writeable(spa)); /* zdb(8) */ zio = zio_create(pio, spa, txg, bp, NULL, BP_GET_PSIZE(bp), BP_GET_PSIZE(bp), done, private, ZIO_TYPE_CLAIM, ZIO_PRIORITY_NOW, |