Skip to content

Commit

Permalink
Merge commit 'refs/top-bases/linux-configure-branch' into linux-confi…
Browse files Browse the repository at this point in the history
…gure-branch
  • Loading branch information
behlendorf committed Aug 13, 2010
2 parents 0bd251d + acae691 commit ca85771
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/ztest/ztest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,6 @@ ztest_pattern_set(void *buf, uint64_t size, uint64_t value)
*ip++ = value;
}

#ifndef NDEBUG
static boolean_t
ztest_pattern_match(void *buf, uint64_t size, uint64_t value)
{
Expand All @@ -1080,7 +1079,6 @@ ztest_pattern_match(void *buf, uint64_t size, uint64_t value)

return (diff == 0);
}
#endif

static void
ztest_bt_generate(ztest_block_tag_t *bt, objset_t *os, uint64_t object,
Expand Down Expand Up @@ -4916,6 +4914,7 @@ ztest_run_zdb(char *pool)
bin,
zopt_verbose >= 3 ? "s" : "",
zopt_verbose >= 4 ? "v" : "",
spa_config_path,
pool);

if (zopt_verbose >= 5)
Expand Down

0 comments on commit ca85771

Please sign in to comment.