public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6/6] cciss: fix bug if scsi tape support is disabled
@ 2008-07-30 21:18 Mike Miller
  2008-08-04  9:56 ` Jens Axboe
  0 siblings, 1 reply; 11+ messages in thread
From: Mike Miller @ 2008-07-30 21:18 UTC (permalink / raw)
  To: Andrew Morton, Jens Axboe; +Cc: LKML, LKML-scsi

Patch 6 of 6

Bug fix. If SCSI tape support is turned off we get an implicit declaration
of cciss_unregister_scsi error in cciss_remove_one.
Please consider this for inclusion.

Thanks,
mikem

Signed-off-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: Stephen M. Cameron <scameron@beardog.cca.cpqcorp.net>

diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c
index ae663db..262148b 100644
--- a/drivers/block/cciss.c
+++ b/drivers/block/cciss.c
@@ -3616,7 +3616,9 @@ static void __devexit cciss_remove_one(struct pci_dev *pdev)
 		}
 	}
 
+#ifdef CONFIG_CISS_SCSI_TAPE
 	cciss_unregister_scsi(i);	/* unhook from SCSI subsystem */
+#endif
 
 	cciss_shutdown(pdev);
 

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH 6/6] cciss: fix bug if scsi tape support is disabled
  2008-07-30 21:18 [PATCH 6/6] cciss: fix bug if scsi tape support is disabled Mike Miller
@ 2008-08-04  9:56 ` Jens Axboe
  2008-08-05 22:30   ` Andrew Morton
  0 siblings, 1 reply; 11+ messages in thread
From: Jens Axboe @ 2008-08-04  9:56 UTC (permalink / raw)
  To: Mike Miller; +Cc: Andrew Morton, LKML, LKML-scsi

On Wed, Jul 30 2008, Mike Miller wrote:
> Patch 6 of 6
> 
> Bug fix. If SCSI tape support is turned off we get an implicit declaration
> of cciss_unregister_scsi error in cciss_remove_one.
> Please consider this for inclusion.

Applied 1-6, thanks.

-- 
Jens Axboe

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 6/6] cciss: fix bug if scsi tape support is disabled
  2008-08-04  9:56 ` Jens Axboe
@ 2008-08-05 22:30   ` Andrew Morton
  2008-08-06  3:08     ` Stephen Rothwell
  2008-08-06 10:32     ` Jens Axboe
  0 siblings, 2 replies; 11+ messages in thread
From: Andrew Morton @ 2008-08-05 22:30 UTC (permalink / raw)
  To: Jens Axboe; +Cc: mike.miller, linux-kernel, linux-scsi

On Mon, 4 Aug 2008 11:56:33 +0200
Jens Axboe <jens.axboe@oracle.com> wrote:

> On Wed, Jul 30 2008, Mike Miller wrote:
> > Patch 6 of 6
> > 
> > Bug fix. If SCSI tape support is turned off we get an implicit declaration
> > of cciss_unregister_scsi error in cciss_remove_one.
> > Please consider this for inclusion.
> 
> Applied 1-6, thanks.

I'm not seeing these changes in linux-next nor in
master.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git#for-next
nor in #for-akpm.

Also, #for-next is empty, but #for-akpm has the single commit

    commit 7b87c0541a2d606c0b1a47fa8afbaeb32fad6d60
    Author: Jens Axboe <jens.axboe@oracle.com>
    Date:   Wed Jun 25 12:04:48 2008 +0200

        vmsplice: implement real vmsplice to userspace


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 6/6] cciss: fix bug if scsi tape support is disabled
  2008-08-05 22:30   ` Andrew Morton
@ 2008-08-06  3:08     ` Stephen Rothwell
  2008-08-06 10:33       ` Jens Axboe
  2008-08-06 10:32     ` Jens Axboe
  1 sibling, 1 reply; 11+ messages in thread
From: Stephen Rothwell @ 2008-08-06  3:08 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Jens Axboe, mike.miller, linux-kernel, linux-scsi

[-- Attachment #1: Type: text/plain, Size: 889 bytes --]

On Tue, 5 Aug 2008 15:30:12 -0700 Andrew Morton <akpm@linux-foundation.org> wrote:
>
> I'm not seeing these changes in linux-next nor in
> master.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git#for-next
> nor in #for-akpm.

Well linux-next gets its block tree from
git://git.kernel.dk/linux-2.6-block.git#for-next (which appears to be
very similar - if not identical to - the above).

> Also, #for-next is empty, but #for-akpm has the single commit

The for-linus branch seems to have a few commits, though ...
Jens, would you like that in linux-next as block-current (merged early -
meant for bug fixes destined for the current release)?

>         vmsplice: implement real vmsplice to userspace

Yeah, that looks way to scary for linux-next :-)

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 6/6] cciss: fix bug if scsi tape support is disabled
  2008-08-05 22:30   ` Andrew Morton
  2008-08-06  3:08     ` Stephen Rothwell
@ 2008-08-06 10:32     ` Jens Axboe
  1 sibling, 0 replies; 11+ messages in thread
From: Jens Axboe @ 2008-08-06 10:32 UTC (permalink / raw)
  To: Andrew Morton; +Cc: mike.miller, linux-kernel, linux-scsi

On Tue, Aug 05 2008, Andrew Morton wrote:
> On Mon, 4 Aug 2008 11:56:33 +0200
> Jens Axboe <jens.axboe@oracle.com> wrote:
> 
> > On Wed, Jul 30 2008, Mike Miller wrote:
> > > Patch 6 of 6
> > > 
> > > Bug fix. If SCSI tape support is turned off we get an implicit declaration
> > > of cciss_unregister_scsi error in cciss_remove_one.
> > > Please consider this for inclusion.
> > 
> > Applied 1-6, thanks.
> 
> I'm not seeing these changes in linux-next nor in
> master.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git#for-next
> nor in #for-akpm.

Both are fixed up now!

> Also, #for-next is empty, but #for-akpm has the single commit
> 
>     commit 7b87c0541a2d606c0b1a47fa8afbaeb32fad6d60
>     Author: Jens Axboe <jens.axboe@oracle.com>
>     Date:   Wed Jun 25 12:04:48 2008 +0200
> 
>         vmsplice: implement real vmsplice to userspace

Not sure what to do about that one, actually. It's relatively simple,
but... I'll probaly send it out for review soonish on linux-mm and
linux-kernel.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 6/6] cciss: fix bug if scsi tape support is disabled
  2008-08-06  3:08     ` Stephen Rothwell
@ 2008-08-06 10:33       ` Jens Axboe
  2008-08-06 23:43         ` Stephen Rothwell
  0 siblings, 1 reply; 11+ messages in thread
From: Jens Axboe @ 2008-08-06 10:33 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Andrew Morton, mike.miller, linux-kernel, linux-scsi

On Wed, Aug 06 2008, Stephen Rothwell wrote:
> On Tue, 5 Aug 2008 15:30:12 -0700 Andrew Morton <akpm@linux-foundation.org> wrote:
> >
> > I'm not seeing these changes in linux-next nor in
> > master.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git#for-next
> > nor in #for-akpm.
> 
> Well linux-next gets its block tree from
> git://git.kernel.dk/linux-2.6-block.git#for-next (which appears to be
> very similar - if not identical to - the above).
> 
> > Also, #for-next is empty, but #for-akpm has the single commit
> 
> The for-linus branch seems to have a few commits, though ...
> Jens, would you like that in linux-next as block-current (merged early -
> meant for bug fixes destined for the current release)?

Thanks, but just keep pulling linux-next and I'll try and get them
uptodate more frequently :-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 6/6] cciss: fix bug if scsi tape support is disabled
  2008-08-06 10:33       ` Jens Axboe
@ 2008-08-06 23:43         ` Stephen Rothwell
  2008-08-07 15:29           ` Miller, Mike (OS Dev)
  0 siblings, 1 reply; 11+ messages in thread
From: Stephen Rothwell @ 2008-08-06 23:43 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Andrew Morton, mike.miller, linux-kernel, linux-scsi

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

Hi Jens,

On Wed, 6 Aug 2008 12:33:08 +0200 Jens Axboe <jens.axboe@oracle.com> wrote:
>
> Thanks, but just keep pulling linux-next and I'll try and get them
> uptodate more frequently :-)

OK, will do.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [PATCH 6/6] cciss: fix bug if scsi tape support is disabled
  2008-08-06 23:43         ` Stephen Rothwell
@ 2008-08-07 15:29           ` Miller, Mike (OS Dev)
  2008-08-07 17:20             ` Jens Axboe
  0 siblings, 1 reply; 11+ messages in thread
From: Miller, Mike (OS Dev) @ 2008-08-07 15:29 UTC (permalink / raw)
  To: Stephen Rothwell, Jens Axboe
  Cc: Andrew Morton, linux-kernel@vger.kernel.org,
	linux-scsi@vger.kernel.org, scameron@beardog.cca.cpqcorp.net



> -----Original Message-----
> From: Stephen Rothwell [mailto:sfr@canb.auug.org.au]
> Sent: Wednesday, August 06, 2008 6:43 PM
> To: Jens Axboe
> Cc: Andrew Morton; Miller, Mike (OS Dev);
> linux-kernel@vger.kernel.org; linux-scsi@vger.kernel.org
> Subject: Re: [PATCH 6/6] cciss: fix bug if scsi tape support
> is disabled
>
> Hi Jens,
>
> On Wed, 6 Aug 2008 12:33:08 +0200 Jens Axboe
> <jens.axboe@oracle.com> wrote:
> >
> > Thanks, but just keep pulling linux-next and I'll try and get them
> > uptodate more frequently :-)
>

I still can't find my latest patches in any tree. Jens?

-- mikem

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 6/6] cciss: fix bug if scsi tape support is disabled
  2008-08-07 15:29           ` Miller, Mike (OS Dev)
@ 2008-08-07 17:20             ` Jens Axboe
  2008-08-07 18:25               ` Miller, Mike (OS Dev)
  0 siblings, 1 reply; 11+ messages in thread
From: Jens Axboe @ 2008-08-07 17:20 UTC (permalink / raw)
  To: Miller, Mike (OS Dev)
  Cc: Stephen Rothwell, Andrew Morton, linux-kernel@vger.kernel.org,
	linux-scsi@vger.kernel.org, scameron@beardog.cca.cpqcorp.net

On Thu, Aug 07 2008, Miller, Mike (OS Dev) wrote:
> 
> 
> > -----Original Message-----
> > From: Stephen Rothwell [mailto:sfr@canb.auug.org.au]
> > Sent: Wednesday, August 06, 2008 6:43 PM
> > To: Jens Axboe
> > Cc: Andrew Morton; Miller, Mike (OS Dev);
> > linux-kernel@vger.kernel.org; linux-scsi@vger.kernel.org
> > Subject: Re: [PATCH 6/6] cciss: fix bug if scsi tape support
> > is disabled
> >
> > Hi Jens,
> >
> > On Wed, 6 Aug 2008 12:33:08 +0200 Jens Axboe
> > <jens.axboe@oracle.com> wrote:
> > >
> > > Thanks, but just keep pulling linux-next and I'll try and get them
> > > uptodate more frequently :-)
> >
> 
> I still can't find my latest patches in any tree. Jens?

It's in for-next, for-akpm, and for-linus. It'll be going upstream for
this release, 2.6.27.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [PATCH 6/6] cciss: fix bug if scsi tape support is disabled
  2008-08-07 17:20             ` Jens Axboe
@ 2008-08-07 18:25               ` Miller, Mike (OS Dev)
  2008-08-07 18:28                 ` Jens Axboe
  0 siblings, 1 reply; 11+ messages in thread
From: Miller, Mike (OS Dev) @ 2008-08-07 18:25 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Stephen Rothwell, Andrew Morton, linux-kernel@vger.kernel.org,
	linux-scsi@vger.kernel.org, scameron@beardog.cca.cpqcorp.net

Jens wrote:

> > > > uptodate more frequently :-)
> > >
> >
> > I still can't find my latest patches in any tree. Jens?
>
> It's in for-next, for-akpm, and for-linus. It'll be going
> upstream for this release, 2.6.27.

Thanks, I'm just a bit impatient I guess. When a patch makes into for-* how long would it take to get to Linus' git tree?

-- mikem

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 6/6] cciss: fix bug if scsi tape support is disabled
  2008-08-07 18:25               ` Miller, Mike (OS Dev)
@ 2008-08-07 18:28                 ` Jens Axboe
  0 siblings, 0 replies; 11+ messages in thread
From: Jens Axboe @ 2008-08-07 18:28 UTC (permalink / raw)
  To: Miller, Mike (OS Dev)
  Cc: Stephen Rothwell, Andrew Morton, linux-kernel@vger.kernel.org,
	linux-scsi@vger.kernel.org, scameron@beardog.cca.cpqcorp.net

On Thu, Aug 07 2008, Miller, Mike (OS Dev) wrote:
> Jens wrote:
> 
> > > > > uptodate more frequently :-)
> > > >
> > >
> > > I still can't find my latest patches in any tree. Jens?
> >
> > It's in for-next, for-akpm, and for-linus. It'll be going
> > upstream for this release, 2.6.27.
> 
> Thanks, I'm just a bit impatient I guess. When a patch makes into
> for-* how long would it take to get to Linus' git tree?

Oh that depends entirely on what else it's queued with, but for
something going into the current branch, usually 2 weeks at the most.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-08-07 18:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-30 21:18 [PATCH 6/6] cciss: fix bug if scsi tape support is disabled Mike Miller
2008-08-04  9:56 ` Jens Axboe
2008-08-05 22:30   ` Andrew Morton
2008-08-06  3:08     ` Stephen Rothwell
2008-08-06 10:33       ` Jens Axboe
2008-08-06 23:43         ` Stephen Rothwell
2008-08-07 15:29           ` Miller, Mike (OS Dev)
2008-08-07 17:20             ` Jens Axboe
2008-08-07 18:25               ` Miller, Mike (OS Dev)
2008-08-07 18:28                 ` Jens Axboe
2008-08-06 10:32     ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox