X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fax25%2Fax25_route.c;h=82c3c451fbd9fcff43801b7a297dc58160669486;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=de40eee76a18396907c6978f37c89c33a20b4bae;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/net/ax25/ax25_route.c b/net/ax25/ax25_route.c index de40eee76..82c3c451f 100644 --- a/net/ax25/ax25_route.c +++ b/net/ax25/ax25_route.c @@ -122,6 +122,7 @@ static int ax25_rt_add(struct ax25_routes_struct *route) ax25_rt->digipeat->calls[i] = route->digi_addr[i]; } } + write_unlock(&ax25_route_lock); return 0; } ax25_rt = ax25_rt->next;