commit | e7f22e207bacdba5b73f2893a3abe935a5373e2e | [log] [tgz] |
---|---|---|
author | Stephen Wilson <wilsons@start.ca> | Sun Mar 13 15:49:18 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Mar 23 16:36:56 2011 -0400 |
tree | 02e9f01788742db409587475a0aa10f3a0347e38 | |
parent | cae5d39032acf26c265f6b1dc73d7ce6ff4bc387 [diff] |
mm: use mm_struct to resolve gate vma's in __get_user_pages We now check if a requested user page overlaps a gate vma using the supplied mm instead of the supplied task. The given task is now used solely for accounting purposes and may be NULL. Signed-off-by: Stephen Wilson <wilsons@start.ca> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>