diff options
author | Matthew Ahrens <[email protected]> | 2017-06-29 10:18:03 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-06-29 10:18:03 -0700 |
commit | 817b1b6e7b6f9b8890a550c7c7efabdba41dd352 (patch) | |
tree | efb9aef59a253fc27ce89665ff573e62efbcfafd /cmd/ztest | |
parent | b8a97fb101555797400c3a275e67820c5d689802 (diff) |
Clean up large dnode code
Resolves issues discovered when porting to OpenZFS.
* Lint warnings.
* Made dnode_move_impl() large dnode aware. This
functionality is currently unused on Linux.
Reviewed-by: Ned Bass <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Matthew Ahrens <[email protected]>
Closes #6262
Diffstat (limited to 'cmd/ztest')
-rw-r--r-- | cmd/ztest/ztest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ztest/ztest.c b/cmd/ztest/ztest.c index 39fbfd993..b9eef07e1 100644 --- a/cmd/ztest/ztest.c +++ b/cmd/ztest/ztest.c @@ -4986,6 +4986,7 @@ ztest_dmu_commit_callbacks(ztest_ds_t *zd, uint64_t id) * are consistent what was stored in the block tag when it was created, * and that its unused bonus buffer space has not been overwritten. */ +/* ARGSUSED */ void ztest_verify_dnode_bt(ztest_ds_t *zd, uint64_t id) { |