commit | 0f9008ef38d5a6305d94bbdd8f20d68fc75c63b6 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon May 07 12:31:58 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon May 07 12:31:58 2007 -0700 |
tree | 046dd1a4f68593fa2be9d2e157111f70b448525a | |
parent | 5cefcab3db2b13093480f2a42bf081574dd72d3d [diff] |
Fix up SLUB compile The newly merged SLUB allocator patches had been generated before the removal of "struct subsystem", and ended up applying fine, but wouldn't build based on the current tree as a result. Fix up that merge error - not that SLUB is likely really ready for showtime yet, but at least I can fix the trivial stuff. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>