From: Stephen Wilson Date: Sun, 13 Mar 2011 19:49:15 +0000 (-0400) Subject: mm: arch: make get_gate_vma take an mm_struct instead of a task_struct X-Git-Tag: v2.6.39-rc1~99^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31db58b3ab432f72ea76be58b12e6ffaf627d5db;p=pandora-kernel.git mm: arch: make get_gate_vma take an mm_struct instead of a task_struct Morally, the presence of a gate vma is more an attribute of a particular mm than a particular task. Moreover, dropping the dependency on task_struct will help make both existing and future operations on mm's more flexible and convenient. Signed-off-by: Stephen Wilson Reviewed-by: Michel Lespinasse Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Signed-off-by: Al Viro --- Reading git-diff-tree failed