lkml.org 
[lkml]   [2008]   [Jun]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [patch 16/47] bluetooth: fix locking bug in the rfcomm socket cleanup handling
From
Date
Hi Dave,

> > Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
> > Acked-by: Marcel Holtmann <marcel@holtmann.org>
> > Signed-off-by: David S. Miller <davem@davemloft.net>
> > Signed-off-by: Chris Wright <chrisw@sous-sol.org>
> > ---
> > net/bluetooth/rfcomm/core.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > --- a/net/bluetooth/rfcomm/core.c
> > +++ b/net/bluetooth/rfcomm/core.c
> > @@ -423,8 +423,8 @@ static int __rfcomm_dlc_close(struct rfc
> >
> > rfcomm_dlc_lock(d);
> > d->state = BT_CLOSED;
> > - rfcomm_dlc_unlock(d);
> > d->state_change(d, err);
> > + rfcomm_dlc_unlock(d);
> >
> > skb_queue_purge(&d->tx_queue);
> > rfcomm_dlc_unlink(d);

did we screw up the tabs during the review process here.

Regards

Marcel




\
 
 \ /
  Last update: 2008-06-14 14:25    [W:0.105 / U:0.532 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site