Move FAULT_FLAG_xyz into handle_mm_fault() callers
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Apr 2009 16:01:23 +0000 (09:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 21 Jun 2009 20:08:22 +0000 (13:08 -0700)
This allows the callers to now pass down the full set of FAULT_FLAG_xyz
flags to handle_mm_fault().  All callers have been (mechanically)
converted to the new calling convention, there's almost certainly room
for architectures to clean up their code and then add FAULT_FLAG_RETRY
when that support is added.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found