]> git.proxmox.com Git - mirror_zfs.git/commit
Remove lint ifdef checks in zdb and dbuf
authorGiuseppe Di Natale <dinatale2@users.noreply.github.com>
Thu, 2 Feb 2017 00:47:04 +0000 (16:47 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 2 Feb 2017 00:47:04 +0000 (16:47 -0800)
commitfc386db1916dd946512d9b965d4d354582be1f9e
treeac1c2df25812abdeb8526378453928fe7feba097
parent8eecd4a2de217b3f7a40982dcf7765bc0c4104ba
Remove lint ifdef checks in zdb and dbuf

This is effectively dead code for the Linux implementation which can
be removed to improve readability.  We want to linter to check the
real production/debug build as much as possible.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Closes #5722
cmd/zdb/zdb.c
module/zfs/dbuf.c