From: Robert P. J. Day Date: Wed, 26 Mar 2008 09:14:38 +0000 (-0700) Subject: [AX25]: Remove obsolete references to BKL from TODO file. X-Git-Tag: v2.6.25-rc8~77^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c2e2e239ebe44e3fdc5f2ae270d96c4ceee4e9a;p=platform%2Fupstream%2Fkernel-adaptation-pc.git [AX25]: Remove obsolete references to BKL from TODO file. Given that there are no apparent calls to lock_kernel() or unlock_kernel() under net/ax25, delete the TODO reference related to that. Signed-off-by: Robert P. J. Day Signed-off-by: David S. Miller --- diff --git a/net/ax25/TODO b/net/ax25/TODO index 4089c49..69fb4e3 100644 --- a/net/ax25/TODO +++ b/net/ax25/TODO @@ -9,10 +9,6 @@ being used. Routes to a device being taken down might be deleted by ax25_rt_device_down but added by somebody else before the device has been deleted fully. -Massive amounts of lock_kernel / unlock_kernel are just a temporary solution to -get around the removal of SOCKOPS_WRAP. A serious locking strategy has to be -implemented. - The ax25_rt_find_route synopsys is pervert but I somehow had to deal with the race caused by the static variable in it's previous implementation.