]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/inet_fragment.c
tcp:fix the code indent
[karo-tx-linux.git] / net / ipv4 / inet_fragment.c
index 6c52e08f786e6f574e71c589ddbb86b26f2f43a0..eaf3e2c8646a438a938f341151c04920746a3c5f 100644 (file)
@@ -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;