driver core: Remove completion from struct klist_node
authorMatthew Wilcox <matthew@wil.cx>
Thu, 16 Oct 2008 20:57:54 +0000 (14:57 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Jan 2009 18:44:30 +0000 (10:44 -0800)
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 <willy@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found