From 877f0350973b86cc6b8a09abc80c450e36918bcf Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 13 Jan 2009 14:14:11 -0800 Subject: [PATCH] Add topmsg --- .topdeps | 1 + .topmsg | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .topdeps create mode 100644 .topmsg 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..9fa80353b8 --- /dev/null +++ b/.topmsg @@ -0,0 +1,8 @@ +From: Brian Behlendorf +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