]> git.proxmox.com Git - mirror_zfs.git/commit
Fix comment on calculating blkid
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 13 Aug 2018 20:33:47 +0000 (05:33 +0900)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 13 Aug 2018 20:33:47 +0000 (13:33 -0700)
commitfe8a7982ca90c3c9b8a09ec33f032527d7034a7b
tree7a972bbf026f435feaa894a1c9abbb206a25f431
parent64e96969a88c21aebb2f8d982a8c345e55a2ae6c
Fix comment on calculating blkid

Fix comment on calculating blkid at level n within dnode's blkptrs.
"(2^(level*(indblkshift - SPA_BLKPTRSHIFT)" is part of divisor
in this division.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com>
Closes #7768
module/zfs/dbuf.c