]> git.baikalelectronics.ru Git - kernel.git/commit
Fix up SLUB compile
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 7 May 2007 19:31:58 +0000 (12:31 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 7 May 2007 19:31:58 +0000 (12:31 -0700)
commit578b2a53193720d3b2bdf667557a033d631dfa77
tree046dd1a4f68593fa2be9d2e157111f70b448525a
parent576b8d658c3b261396bd45f4ee2ac2c65d4f22e7
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>
mm/slub.c