X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=net%2Fax25%2FTODO;h=69fb4e368d922fe57ab543983416d2532fca1cad;hb=77db27cdcbc8ed371fd2f154cbadc7ff32ae8901;hp=4089c49e45cc3a90f9e099df809ef5dd66505b16;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=safe%2Fjmp%2Flinux-2.6 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.