RE: [PATCH 1/1] resubmit: cciss: procfs updates to display info about many volumes

2008-02-21 Thread Miller, Mike (OS Dev)
Jens wrote: > > On Wed, Feb 20 2008, Mike Miller wrote: > > Patch 1 of 1 > > > > This patch hopefully fixes all the brokeness in my last > submission. It > > compiles cleanly with tape support on or off. I added a couple of > > #ifdef's and removed the broken macro definition. The > #ifdef's made

RE: [PATCH 1/1] resubmit: cciss: procfs updates to display info about many volumes

2008-02-21 Thread Miller, Mike (OS Dev)
Jens wrote: On Wed, Feb 20 2008, Mike Miller wrote: Patch 1 of 1 This patch hopefully fixes all the brokeness in my last submission. It compiles cleanly with tape support on or off. I added a couple of #ifdef's and removed the broken macro definition. The #ifdef's made it

Re: [PATCH 1/1] resubmit: cciss: procfs updates to display info about many volumes

2008-02-20 Thread Jens Axboe
On Wed, Feb 20 2008, Mike Miller wrote: > Patch 1 of 1 > > This patch hopefully fixes all the brokeness in my last submission. It > compiles cleanly with tape support on or off. I added a couple of #ifdef's > and removed the broken macro definition. The #ifdef's made it unneccesary. > It also

[PATCH 1/1] resubmit: cciss: procfs updates to display info about many volumes

2008-02-20 Thread Mike Miller
Patch 1 of 1 This patch hopefully fixes all the brokeness in my last submission. It compiles cleanly with tape support on or off. I added a couple of #ifdef's and removed the broken macro definition. The #ifdef's made it unneccesary. It also replaces create_proc_read_entry with proc_create. This

[PATCH 1/1] resubmit: cciss: procfs updates to display info about many volumes

2008-02-20 Thread Mike Miller
Patch 1 of 1 This patch hopefully fixes all the brokeness in my last submission. It compiles cleanly with tape support on or off. I added a couple of #ifdef's and removed the broken macro definition. The #ifdef's made it unneccesary. It also replaces create_proc_read_entry with proc_create. This

Re: [PATCH 1/1] resubmit: cciss: procfs updates to display info about many volumes

2008-02-20 Thread Jens Axboe
On Wed, Feb 20 2008, Mike Miller wrote: Patch 1 of 1 This patch hopefully fixes all the brokeness in my last submission. It compiles cleanly with tape support on or off. I added a couple of #ifdef's and removed the broken macro definition. The #ifdef's made it unneccesary. It also replaces