Re: [PATCH 1/1] PCI: change procfs interface to use unlocked_ioctl instead of ioctl

2008-01-11 Thread Greg KH
On Fri, Jan 11, 2008 at 12:26:06AM -0300, Sergio Luis wrote: > Change drivers/pci/proc.c to use the unlocked_ioctl handler instead of > the ioctl one. Thanks, but Mathieu Segaud <[EMAIL PROTECTED]> just beat you to this by a few hours with a patch he sent me :) greg k-h -- To unsubscribe from thi

[PATCH 1/1] PCI: change procfs interface to use unlocked_ioctl instead of ioctl

2008-01-10 Thread Sergio Luis
Change drivers/pci/proc.c to use the unlocked_ioctl handler instead of the ioctl one. Signed-off-by: Sergio Luis <[EMAIL PROTECTED]> proc.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/drivers/pci/proc.c b/drivers/pci/proc.c index 716439e..8ac5880 100644 --- a