X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=net%2Fipv4%2Finet_fragment.c;h=eaf3e2c8646a438a938f341151c04920746a3c5f;hb=d8dd15781dd621c5ceab79083f4c5112787863f5;hp=6c52e08f786e6f574e71c589ddbb86b26f2f43a0;hpb=547b792cac0a038b9dbf958d3c120df3740b5572;p=safe%2Fjmp%2Flinux-2.6 diff --git a/net/ipv4/inet_fragment.c b/net/ipv4/inet_fragment.c index 6c52e08..eaf3e2c 100644 --- a/net/ipv4/inet_fragment.c +++ b/net/ipv4/inet_fragment.c @@ -267,6 +267,7 @@ static struct inet_frag_queue *inet_frag_create(struct netns_frags *nf, struct inet_frag_queue *inet_frag_find(struct netns_frags *nf, struct inet_frags *f, void *key, unsigned int hash) + __releases(&f->lock) { struct inet_frag_queue *q; struct hlist_node *n;