commit | 2741a559a01e1ba9bf87285569dc1a104d134ecf | [log] [tgz] |
---|---|---|
author | Paul Jackson <pj@sgi.com> | Fri Mar 31 02:30:51 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Mar 31 12:18:55 2006 -0800 |
tree | 8c61321d5fa1a0c3517219eaa3089e223d5cd943 | |
parent | 4a01c8d5be628ac20cfd432c21808d76be5813e6 [diff] |
[PATCH] cpuset: unsafe mm reference fix Fix unsafe reference to a tasks mm struct, by moving the reference inside of a convenient nearby properly guarded code block. Signed-off-by: Paul Jackson <pj@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>