Files
Linux/fs/exofs
Boaz Harrosh 537632e0a5 ore: Unlock r4w pages in exact reverse order of locking
The read-4-write pages are locked in address ascending order.
But where unlocked in a way easiest for coding. Fix that,
locks should be released in opposite order of locking, .i.e
descending address order.

I have not hit this dead-lock. It was found by inspecting the
dbug print-outs. I suspect there is an higher lock at caller that
protects us, but fix it regardless.

Signed-off-by: Boaz Harrosh <[email protected]>
2012-07-20 11:49:25 +03:00
..
…
2011-03-31 11:26:23 -03:00
2011-10-24 17:15:33 -07:00
…