From: Mathieu Segaud Date: Fri, 18 Apr 2008 20:29:38 +0000 (-0700) Subject: agp: convert drivers/char/agp/frontend.c to use unlocked_ioctl X-Git-Tag: v2.6.26-rc1~1047^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09aa356b5584090aab6810ec8002936d710cd4ac;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Dave Airlie --- Reading git-diff-tree failed