[patch 02/10] Dont touch fs_struct in usermodehelper

2007-10-09 Thread Jan Blunck
This test seems to be unnecessary since we always have rootfs mounted before calling a usermodehelper. Signed-off-by: Andreas Gruenbacher <[EMAIL PROTECTED]> Signed-off-by: Jan Blunck <[EMAIL PROTECTED]> Acked-by: Christoph Hellwig <[EMAIL PROTECTED]> Acked-by: Greg KH <[EMAIL PROTECTED]> --- ker

Re: [patch 02/10] Dont touch fs_struct in usermodehelper

2007-09-28 Thread Christoph Hellwig
On Thu, Sep 27, 2007 at 04:12:02PM +0200, [EMAIL PROTECTED] wrote: > This test seems to be unnecessary since we always have rootfs mounted before > calling a usermodehelper. Ok. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

Re: [patch 02/10] Dont touch fs_struct in usermodehelper

2007-09-27 Thread Greg KH
On Thu, Sep 27, 2007 at 10:39:22PM +0200, Christoph Hellwig wrote: > On Thu, Sep 27, 2007 at 10:46:04AM -0700, Greg KH wrote: > > On Thu, Sep 27, 2007 at 04:12:02PM +0200, [EMAIL PROTECTED] wrote: > > > This test seems to be unnecessary since we always have rootfs mounted > > > before > > > callin

Re: [patch 02/10] Dont touch fs_struct in usermodehelper

2007-09-27 Thread Christoph Hellwig
On Thu, Sep 27, 2007 at 10:46:04AM -0700, Greg KH wrote: > On Thu, Sep 27, 2007 at 04:12:02PM +0200, [EMAIL PROTECTED] wrote: > > This test seems to be unnecessary since we always have rootfs mounted before > > calling a usermodehelper. > > Are you sure this is true? I thought we called the userm

Re: [patch 02/10] Dont touch fs_struct in usermodehelper

2007-09-27 Thread Greg KH
On Thu, Sep 27, 2007 at 04:12:02PM +0200, [EMAIL PROTECTED] wrote: > This test seems to be unnecessary since we always have rootfs mounted before > calling a usermodehelper. Are you sure this is true? I thought we called the usermode helper for hotplug _very_ early in the boot sequence when the d

[patch 02/10] Dont touch fs_struct in usermodehelper

2007-09-27 Thread jblunck
This test seems to be unnecessary since we always have rootfs mounted before calling a usermodehelper. Signed-off-by: Andreas Gruenbacher <[EMAIL PROTECTED]> Signed-off-by: Jan Blunck <[EMAIL PROTECTED]> --- kernel/kmod.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) Index: b/kern