Re: [PATCH] X.25 Add missing sock_put in x25_receive_data

2007-01-15 Thread David Miller
From: ahendry <[EMAIL PROTECTED]> Date: Tue, 09 Jan 2007 09:32:17 +1100 > __x25_find_socket does a sock_hold. > This adds a missing sock_put in x25_receive_data. > > Signed-off-by: Andrew Hendry <[EMAIL PROTECTED]> Applied, thanks a lot. - To unsubscribe from this list: send the line "unsubscrib

[PATCH] X.25 Add missing sock_put in x25_receive_data

2007-01-08 Thread ahendry
__x25_find_socket does a sock_hold. This adds a missing sock_put in x25_receive_data. Signed-off-by: Andrew Hendry <[EMAIL PROTECTED]> --- linux-2.6.19-vanilla/net/x25/x25_dev.c 2006-12-31 22:31:07.0 +1100 +++ linux-2.6.19/net/x25/x25_dev.c 2007-01-06 16:40:54.0 +1100