Re: [PATCH] cciss: Fix pci_driver.shutdown while device is still active

2007-05-17 Thread Andrew Morton
On Thu, 17 May 2007 16:33:12 -0500 "MIke Miller (OS Dev)" <[EMAIL PROTECTED]> wrote: > On Mon, 2007-05-14 at 17:53 +, Gerald Britton wrote: > > Fix an Oops in the cciss driver caused by system shutdown while a filesystem > > on a cciss device is still active. The cciss_remove_one function onl

Re: [PATCH] cciss: Fix pci_driver.shutdown while device is still active

2007-05-17 Thread MIke Miller (OS Dev)
On Mon, 2007-05-14 at 17:53 +, Gerald Britton wrote: > Fix an Oops in the cciss driver caused by system shutdown while a filesystem > on a cciss device is still active. The cciss_remove_one function only > properly removes the device if the device has been cleanly released by its > users, whic

Re: [PATCH] cciss: Fix pci_driver.shutdown while device is still active

2007-05-14 Thread Gerald Britton
On Mon, May 14, 2007 at 07:06:45PM -, Miller, Mike (OS Dev) wrote: > Please send the Oops output. Sure, here it is, this was built from a clean 2.6.21.1 tree (despite the -dirty in the kernel version). -- Gerald Unmounting local filesystems...umount: /: device

RE: [PATCH] cciss: Fix pci_driver.shutdown while device is still active

2007-05-14 Thread Miller, Mike (OS Dev)
t: [PATCH] cciss: Fix pci_driver.shutdown while device > is still active > > Fix an Oops in the cciss driver caused by system shutdown > while a filesystem on a cciss device is still active. The > cciss_remove_one function only properly removes the device if > the device has been cleanly

[PATCH] cciss: Fix pci_driver.shutdown while device is still active

2007-05-14 Thread Gerald Britton
Fix an Oops in the cciss driver caused by system shutdown while a filesystem on a cciss device is still active. The cciss_remove_one function only properly removes the device if the device has been cleanly released by its users, which is not the case when the pci_driver.shutdown method is called.