diff --git a/.topdeps b/.topdeps new file mode 100644 index 0000000000..1f7391f92b --- /dev/null +++ b/.topdeps @@ -0,0 +1 @@ +master diff --git a/.topmsg b/.topmsg new file mode 100644 index 0000000000..9f7c787aab --- /dev/null +++ b/.topmsg @@ -0,0 +1,7 @@ +From: Brian Behlendorf +Subject: [PATCH] fix stack dsl_scan_visitbp + +To reduce stack overhead this topic branch moves the 128 byte +blkptr_t data strucutre in dsl_scan_visitbp() to the heap. + +Signed-off-by: Brian Behlendorf