From: Matthew Wilcox Date: Thu, 16 Oct 2008 20:57:54 +0000 (-0600) Subject: driver core: Remove completion from struct klist_node X-Git-Tag: v2.6.29-rc1~229^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=210272a28465a7a31bcd580d2f9529f924965aa5;p=pandora-kernel.git driver core: Remove completion from struct klist_node Removing the completion from klist_node reduces its size from 64 bytes to 28 on x86-64. To maintain the semantics of klist_remove(), we add a single list of klist nodes which are pending deletion and scan them. Signed-off-by: Matthew Wilcox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed