summaryrefslogtreecommitdiffstats
path: root/include/sys/bpobj.h
diff options
context:
space:
mode:
authorMatthew Ahrens <[email protected]>2015-04-26 15:27:36 -0700
committerBrian Behlendorf <[email protected]>2015-05-11 15:10:24 -0700
commit252e1a54ab59bd579f6b29cfd0acc74323e72f0c (patch)
tree83fc334ec937bf912d6663230f73d449e27544df /include/sys/bpobj.h
parent10400bfeac5922f6d9f8ade4e6df71fb79977c66 (diff)
Illumos 5810 - zdb should print details of bpobj
5810 zdb should print details of bpobj Reviewed by: Prakash Surya <[email protected]> Reviewed by: Alex Reece <[email protected]> Reviewed by: George Wilson <[email protected]> Reviewed by: Will Andrews <[email protected]> Reviewed by: Simon Klinkert <[email protected]> Approved by: Gordon Ross <[email protected]> References: https://www.illumos.org/issues/5810 https://github.com/illumos/illumos-gate/commit/732885fc Ported-by: DHE <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #3387
Diffstat (limited to 'include/sys/bpobj.h')
-rw-r--r--include/sys/bpobj.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sys/bpobj.h b/include/sys/bpobj.h
index af975c734..2a365199c 100644
--- a/include/sys/bpobj.h
+++ b/include/sys/bpobj.h
@@ -20,7 +20,7 @@
*/
/*
* Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright (c) 2012 by Delphix. All rights reserved.
+ * Copyright (c) 2012, 2014 by Delphix. All rights reserved.
*/
#ifndef _SYS_BPOBJ_H
@@ -77,7 +77,6 @@ void bpobj_close(bpobj_t *bpo);
int bpobj_iterate(bpobj_t *bpo, bpobj_itor_t func, void *arg, dmu_tx_t *tx);
int bpobj_iterate_nofree(bpobj_t *bpo, bpobj_itor_t func, void *, dmu_tx_t *);
-int bpobj_iterate_dbg(bpobj_t *bpo, uint64_t *itorp, blkptr_t *bp);
void bpobj_enqueue_subobj(bpobj_t *bpo, uint64_t subobj, dmu_tx_t *tx);
void bpobj_enqueue(bpobj_t *bpo, const blkptr_t *bp, dmu_tx_t *tx);