]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove unused rr_code
authorMatthew Ahrens <matthew.ahrens@delphix.com>
Thu, 18 Mar 2021 04:57:09 +0000 (21:57 -0700)
committerGitHub <noreply@github.com>
Thu, 18 Mar 2021 04:57:09 +0000 (21:57 -0700)
commit46df6e98aaf324e7cbdf529f293a3c493645499e
tree846121b39e457b50eebdf6f0689ee4a55fabab09
parentec3e4c6784485beca965ae3ebdeea948dd4739f3
Remove unused rr_code

The `rr_code` field in `raidz_row_t` is unused.

This commit removes the field, as well as the code that's used to set
it.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Matthew Ahrens <mahrens@delphix.com>
Closes #11736
include/sys/vdev_raidz_impl.h
module/zfs/vdev_raidz.c