commit | 9623e078c1f4692a91531af2f639ec8aff8f0472 | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Tue Aug 12 15:08:41 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Aug 12 16:07:28 2008 -0700 |
tree | ee2ab90d674accd462600d52b14b386df5d748a1 | |
parent | 3ee1062b4ee82a56294808a065b64f4bc6781a56 [diff] |
memcg: fix oops in mem_cgroup_shrink_usage Got an oops in mem_cgroup_shrink_usage() when testing loop over tmpfs: yes, of course, loop0 has no mm: other entry points check but this didn't. Signed-off-by: Hugh Dickins <hugh@veritas.com> Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> Acked-by: Balbir Singh <balbir@linux.vnet.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>