Initial commit for fix-stack-zio_done topic branch

This commit is contained in:
Brian Behlendorf 2010-08-02 13:58:47 -07:00
parent b3c82b1b18
commit df8e5bf1ca
2 changed files with 10 additions and 0 deletions

1
.topdeps Normal file
View File

@ -0,0 +1 @@
master

9
.topmsg Normal file
View File

@ -0,0 +1,9 @@
From: Brian Behlendorf <behlendorf1@llnl.gov>
Subject: [PATCH] fix stack zio_done
Eliminated local variables pointing to members of the zio struct.
Just refer to the struct members directly. This saved about 32 bytes per
call, but this function can be called recurisvely up to 19 levels deep,
so we potentially save up to 608 bytes.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>