commit | 00460dd5f4b886f72699f2245206c935f9fd4b82 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Tue Apr 01 12:07:41 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 01 12:44:06 2008 -0700 |
tree | f302a49473cbe6b1d3e63faf45fda143de543e81 | |
parent | 670e23ceb1aefacfe9aeccfc871e28e9cf973286 [diff] |
Fix undefined count_partial if !CONFIG_SLABINFO Small typo in the patch recently merged to avoid the unused symbol message for count_partial(). Discussion thread with confirmation of fix at http://marc.info/?t=120696854400001&r=1&w=2 Typo in the check if we need the count_partial function that was introduced by 53625b4204753b904addd40ca96d9ba802e6977d Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>