Re: [RESEND][PATCH-2.6.24-rc8] Fix fakephp deadlock

2008-01-23 Thread Greg KH
On Wed, Jan 23, 2008 at 06:38:22PM +, Ian Abbott wrote: > On 23/01/08 17:46, Greg KH wrote: >> On Tue, Jan 22, 2008 at 02:28:08PM +, Ian Abbott wrote: >>> #include >>> #include >>> #include >>> +#include >>> #include "../pci.h" >>> #if !defined(MODULE) >>> @@ -63,10 +64,13 @@ struct

Re: [RESEND][PATCH-2.6.24-rc8] Fix fakephp deadlock

2008-01-23 Thread Ian Abbott
On 23/01/08 17:46, Greg KH wrote: On Tue, Jan 22, 2008 at 02:28:08PM +, Ian Abbott wrote: #include #include #include +#include #include "../pci.h" #if !defined(MODULE) @@ -63,10 +64,13 @@ struct dummy_slot { struct list_head node; struct hotplug_slot *slot;

Re: [RESEND][PATCH-2.6.24-rc8] Fix fakephp deadlock

2008-01-23 Thread Greg KH
On Tue, Jan 22, 2008 at 02:28:08PM +, Ian Abbott wrote: > #include > #include > #include > +#include > #include "../pci.h" > #if !defined(MODULE) > @@ -63,10 +64,13 @@ struct dummy_slot { > struct list_head node; > struct hotplug_slot *slot; > struct pci_dev *dev; > +

Re: [RESEND][PATCH-2.6.24-rc8] Fix fakephp deadlock

2008-01-23 Thread Ian Abbott
On 23/01/08 17:46, Greg KH wrote: On Tue, Jan 22, 2008 at 02:28:08PM +, Ian Abbott wrote: #include linux/init.h #include linux/string.h #include linux/slab.h +#include linux/workqueue.h #include ../pci.h #if !defined(MODULE) @@ -63,10 +64,13 @@ struct dummy_slot { struct list_head

Re: [RESEND][PATCH-2.6.24-rc8] Fix fakephp deadlock

2008-01-23 Thread Greg KH
On Wed, Jan 23, 2008 at 06:38:22PM +, Ian Abbott wrote: On 23/01/08 17:46, Greg KH wrote: On Tue, Jan 22, 2008 at 02:28:08PM +, Ian Abbott wrote: #include linux/init.h #include linux/string.h #include linux/slab.h +#include linux/workqueue.h #include ../pci.h #if !defined(MODULE)

[RESEND][PATCH-2.6.24-rc8] Fix fakephp deadlock

2008-01-22 Thread Ian Abbott
From: Ian Abbott <[EMAIL PROTECTED]> I last sent this 11 days ago and didn't get any replies, so my timeout handler has kicked in. :) The patch is same as last time except I've bumped the revision from rc7 to rc8 and have remembered to use diff's -p option this time! --- From: Ian Abbott

[RESEND][PATCH-2.6.24-rc8] Fix fakephp deadlock

2008-01-22 Thread Ian Abbott
From: Ian Abbott [EMAIL PROTECTED] I last sent this 11 days ago and didn't get any replies, so my timeout handler has kicked in. :) The patch is same as last time except I've bumped the revision from rc7 to rc8 and have remembered to use diff's -p option this time! --- From: Ian Abbott [EMAIL