From: Denis Cheng Date: Wed, 5 Dec 2007 07:45:07 +0000 (-0800) Subject: mm/backing-dev.c: fix percpu_counter_destroy call bug in bdi_init X-Git-Tag: v2.6.24-rc5~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b01a0b1613beeb01e12c78feb69e98f0da0a69a;p=pandora-kernel.git mm/backing-dev.c: fix percpu_counter_destroy call bug in bdi_init this call should use the array index j, not i. But with this approach, just one int i is enough, int j is not needed. Signed-off-by: Denis Cheng Cc: Peter Zijlstra Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed