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