From 8b8a060e8c4e98ef0d32dda7f2376736e036f470 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 26 Mar 2008 02:14:38 -0700 Subject: [PATCH] --- yaml --- r: 87839 b: refs/heads/master c: 5c2e2e239ebe44e3fdc5f2ae270d96c4ceee4e9a h: refs/heads/master i: 87837: 502edd3902f7133041ab3d3efe8ca7fc06f6c82c 87835: cabce0be1271c48e1b51c6bb032f7c9dbcae98da 87831: 231f0bd9a811101354573fd1182d13c08532123d 87823: f9e177d6b4a3ae600e8b687773c78d3a56a8e226 87807: 35307a3dbd22aa815cc9d3cbcb21da4ccccee7fe v: v3 --- [refs] | 2 +- trunk/net/ax25/TODO | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 23cd3f2c3ab7..18c0a13febd8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 61ee6bd487b9cc160e533034eb338f2085dc7922 +refs/heads/master: 5c2e2e239ebe44e3fdc5f2ae270d96c4ceee4e9a diff --git a/trunk/net/ax25/TODO b/trunk/net/ax25/TODO index 4089c49e45cc..69fb4e368d92 100644 --- a/trunk/net/ax25/TODO +++ b/trunk/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.