From 4b01a0b1613beeb01e12c78feb69e98f0da0a69a Mon Sep 17 00:00:00 2001 From: Denis Cheng Date: Tue, 4 Dec 2007 23:45:07 -0800 Subject: [PATCH] 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-format-patch failed