drm/i915: Convert the file mutex into a spinlock
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 26 Sep 2010 10:03:27 +0000 (11:03 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Sun, 26 Sep 2010 10:03:27 +0000 (11:03 +0100)
Daniel Vetter pointed out that in this case is would be clearer and
cleaner to use a spinlock instead of a mutex to protect the per-file
request list manipulation. Make it so.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found