[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1168295537.5460.30.camel@localhost>
Date: Tue, 09 Jan 2007 09:32:17 +1100
From: ahendry <ahendry@...c.com.au>
To: linux-x25@...r.kernel.org, eis@...y.hanse.de
Cc: linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: [PATCH] X.25 Add missing sock_put in x25_receive_data
__x25_find_socket does a sock_hold.
This adds a missing sock_put in x25_receive_data.
Signed-off-by: Andrew Hendry <andrew.hendry@...il.com>
--- linux-2.6.19-vanilla/net/x25/x25_dev.c 2006-12-31 22:31:07.000000000 +1100
+++ linux-2.6.19/net/x25/x25_dev.c 2007-01-06 16:40:54.000000000 +1100
@@ -56,6 +56,7 @@ static int x25_receive_data(struct sk_bu
sk_add_backlog(sk, skb);
}
bh_unlock_sock(sk);
+ sock_put(sk);
return queued;
}
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists