Initial commit for fix-stack-dsl_scan_visitbp topic branch

This commit is contained in:
Brian Behlendorf 2010-08-02 14:08:36 -07:00
parent b3c82b1b18
commit 911d2e0df4
2 changed files with 8 additions and 0 deletions

1
.topdeps Normal file
View File

@ -0,0 +1 @@
master

7
.topmsg Normal file
View File

@ -0,0 +1,7 @@
From: Brian Behlendorf <behlendorf1@llnl.gov>
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 <behlendorf1@llnl.gov>