From: Hugh Dickins Date: Tue, 17 Aug 2010 22:23:56 +0000 (-0700) Subject: shmem: put_super must percpu_counter_destroy X-Git-Tag: v2.6.36-rc2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=602586a83b719df0fbd94196a1359ed35aeb2df3;p=pandora-kernel.git shmem: put_super must percpu_counter_destroy list_add() corruption messages reported from shmem_fill_super()'s recently introduced percpu_counter_init(): shmem_put_super() needs to remember to percpu_counter_destroy(). And also check error from percpu_counter_init(). Reported-bisected-and-tested-by: Tetsuo Handa Signed-off-by: Hugh Dickins Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed