]> git.karo-electronics.de Git - karo-tx-linux.git/commit
list_lru: per-node list infrastructure fix
authorGlauber Costa <glommer@gmail.com>
Thu, 1 Aug 2013 06:36:11 +0000 (16:36 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 2 Aug 2013 07:37:13 +0000 (17:37 +1000)
commitbb46c9c78c95db29d1e2cdecd1e66868f7626413
treef9820fa3cf70539205a9b9b85c6f35dec315ee60
parenta2c75c7690bb3389e2be5e19140e29dbb8b52758
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