commit | 71879d3cb3dd8f2dfdefb252775c1b3ea04a3dd4 | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@redhat.com> | Tue Jan 31 17:14:38 2012 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Feb 01 14:39:01 2012 -0800 |
tree | befc1bd5504c6d97a24a2d519de19eaa3af0906f | |
parent | 879a5a001b62a020e074d460b3a7c0fd993f9832 [diff] |
proc: mem_release() should check mm != NULL mem_release() can hit mm == NULL, add the necessary check. Cc: stable@kernel.org Signed-off-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>