Skip to content
Snippets Groups Projects
Commit 4b01a0b1 authored by Denis Cheng's avatar Denis Cheng Committed by Linus Torvalds
Browse files

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: default avatarDenis Cheng <crquan@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0c664f97
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment