]> git.proxmox.com Git - mirror_zfs.git/commit
Fix ztest_verify_dnode_bt() test case
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 6 Dec 2017 23:30:15 +0000 (18:30 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 9 Jan 2018 20:27:12 +0000 (12:27 -0800)
commit06401e42221d2f5130065caf70f8276ba4d19acd
treee95a8001f4e7c2411e97239fdc73488c5b4b305c
parent460f239e6999195dbcf9b8443c029f07765b21e9
Fix ztest_verify_dnode_bt() test case

In ztest_verify_dnode_bt the ztest_object_lock must be held in
order to safely verify the unused bonus space.

Reviewed-by: DHE <git@dehacked.net>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #6941
cmd/ztest/ztest.c