Re: [PATCH v2] st: Take additional queue ref in st_probe

2013-03-15 Thread Ewan Milne
> [1] https://lkml.org/lkml/2012/8/27/354 > [2] https://lkml.org/lkml/2012/9/22/113 > > From a50a6ee28748b7c1620af6f76772164ec0fc4a1d Mon Sep 17 00:00:00 2001 > From: Joe Lawrence > Date: Tue, 5 Mar 2013 09:30:14 -0500 > Subject: [PATCH v2] st: Take additional queue ref in st_prob

Re: [PATCH v2] st: Take additional queue ref in st_probe

2013-03-15 Thread Jan Vesely
https://lkml.org/lkml/2012/8/27/354 > [2] https://lkml.org/lkml/2012/9/22/113 > > From a50a6ee28748b7c1620af6f76772164ec0fc4a1d Mon Sep 17 00:00:00 2001 > From: Joe Lawrence > Date: Tue, 5 Mar 2013 09:30:14 -0500 > Subject: [PATCH v2] st: Take additional queue ref in st_probe > MIM

Re: [PATCH v2] st: Take additional queue ref in st_probe

2013-03-05 Thread James Bottomley
gt; Attempts were made to fix this bug at the block level [1] but later > > abandoned due to floppy driver issues [2]. > > > > [1] https://lkml.org/lkml/2012/8/27/354 > > [2] https://lkml.org/lkml/2012/9/22/113 > > > > From a50a6ee28748b7c1620af6f76772164ec0

Re: [PATCH v2] st: Take additional queue ref in st_probe

2013-03-05 Thread Kai Makisara
https://lkml.org/lkml/2012/8/27/354 > [2] https://lkml.org/lkml/2012/9/22/113 > > From a50a6ee28748b7c1620af6f76772164ec0fc4a1d Mon Sep 17 00:00:00 2001 > From: Joe Lawrence > Date: Tue, 5 Mar 2013 09:30:14 -0500 > Subject: [PATCH v2] st: Take additional queue ref in st_probe > MIME-Version: 1.0 > Content-Type

[PATCH v2] st: Take additional queue ref in st_probe

2013-03-05 Thread Joe Lawrence
30:14 -0500 Subject: [PATCH v2] st: Take additional queue ref in st_probe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The SCSI tape driver employs a struct gendisk, calling alloc_disk() to create an instance, but does not register it via add_disk().