Add topmsg

This commit is contained in:
Brian Behlendorf 2009-01-13 14:14:11 -08:00
parent 42bcb36c89
commit 877f035097
2 changed files with 9 additions and 0 deletions

1
.topdeps Normal file
View File

@ -0,0 +1 @@
master

8
.topmsg Normal file
View File

@ -0,0 +1,8 @@
From: Brian Behlendorf <behlendorf1@llnl.gov>
Subject: [PATCH] fix-list
Remove all instances of list handling where the API is not used
and instead list data members are directly accessed. Doing this
sort of thing is bad for portability.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>