commit | 09aa356b5584090aab6810ec8002936d710cd4ac | [log] [tgz] |
---|---|---|
author | Mathieu Segaud <mathieu.segaud@regala.cx> | Fri Apr 18 13:29:38 2008 -0700 |
committer | Dave Airlie <airlied@linux.ie> | Sat Apr 26 18:43:20 2008 +1000 |
tree | 3a36423ce815c31b72a062e674071ec2cd51c011 | |
parent | 4ab92bcf773e7b9e1367897047d5fa4d151d9e90 [diff] |
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: Mathieu Segaud <mathieu.segaud@regala.cx> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Dave Airlie <airlied@linux.ie>