[PATCH] [net-2.6] IrDA: Correctly handling socket error

2007-04-18 Thread Samuel Ortiz
From: Olaf Kirch [EMAIL PROTECTED] This patch fixes an oops first reported in mid 2006 - see http://lkml.org/lkml/2006/8/29/358 The cause of this bug report is that when an error is signalled on the socket, irda_recvmsg_stream returns without removing a local wait_queue variable from the socket's

Re: [PATCH] [net-2.6] IrDA: Correctly handling socket error

2007-04-18 Thread David Miller
From: Samuel Ortiz [EMAIL PROTECTED] Date: Thu, 19 Apr 2007 00:45:26 +0300 From: Olaf Kirch [EMAIL PROTECTED] This patch fixes an oops first reported in mid 2006 - see http://lkml.org/lkml/2006/8/29/358 The cause of this bug report is that when an error is signalled on the socket,