Skip to content

Commit

Permalink
[AX25]: Remove obsolete references to BKL from TODO file.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
rpjday authored and davem330 committed Mar 26, 2008
1 parent 61ee6bd commit 5c2e2e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions net/ax25/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5c2e2e2

Please sign in to comment.