]> git.karo-electronics.de Git - karo-tx-linux.git/commit
list_lru: per-node list infrastructure fix
authorGlauber Costa <glommer@gmail.com>
Thu, 27 Jun 2013 23:52:15 +0000 (09:52 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 06:37:58 +0000 (16:37 +1000)
commit3d862f5c3a1dbc1bbf409cafcf0497a1d435bcdd
tree5973ce0163ccb501655386cec3e29b6cf621469e
parenta8739514fa91ff619c2fb7911ee610c05316c198
list_lru: per-node list infrastructure fix

After a while investigating, it seems to us that the imbalance we are
seeing are due to a multi-node race already in tree (our guess).  Although
the WARN is useful to show us the race, BUG_ON is too much, since it seems
the kernel should be fine going on after that.

Signed-off-by: Glauber Costa <glommer@openvz.org>
Cc: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/list_lru.c