Alan Cox 8d8b9c6e70 To implement the sequential access optimization, vm_fault() may need to
reacquire the "first" object's lock while a backing object's lock is held.
Since this is a lock-order reversal, vm_fault() uses trylock to acquire
the first object's lock, skipping the sequential access optimization in
the unlikely event that the trylock fails.
2003-08-23 06:52:32 +00:00
..
2003-08-06 12:08:27 +00:00
2003-06-11 23:50:51 +00:00
2003-08-11 05:51:51 +00:00
2003-08-11 05:51:51 +00:00
2003-06-11 23:50:51 +00:00
2003-08-06 12:09:34 +00:00
2002-03-19 22:20:14 +00:00