]> granicus.if.org Git - zfs/commitdiff
Add topmsg
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 13 Jan 2009 22:14:11 +0000 (14:14 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 13 Jan 2009 22:14:11 +0000 (14:14 -0800)
.topdeps [new file with mode: 0644]
.topmsg [new file with mode: 0644]

diff --git a/.topdeps b/.topdeps
new file mode 100644 (file)
index 0000000..1f7391f
--- /dev/null
+++ b/.topdeps
@@ -0,0 +1 @@
+master
diff --git a/.topmsg b/.topmsg
new file mode 100644 (file)
index 0000000..9fa8035
--- /dev/null
+++ b/.topmsg
@@ -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>