Skip to content
Commit 09aa356b authored by Mathieu Segaud's avatar Mathieu Segaud Committed by Dave Airlie
Browse files

agp: convert drivers/char/agp/frontend.c to use unlocked_ioctl



As of now, agp_compat_ioctl already runs without the BKL.  Mutual exclusion
is enforced by agp_fe.agp_mutex in agp_ioctl() and agp_compat_ioctl().
Apply the same locking rationale to the two functions allowing BKL cleanup.

Signed-off-by: default avatarMathieu Segaud <mathieu.segaud@regala.cx>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
parent 4ab92bcf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment