[patch 01/10] Dont touch fs_struct in drivers

2007-10-09 Thread Jan Blunck
The sound drivers and the pnpbios core test for current->root != NULL. This test seems to be unnecessary since we always have rootfs mounted before initializing the drivers. Signed-off-by: Jan Blunck <[EMAIL PROTECTED]> Acked-by: Christoph Hellwig <[EMAIL PROTECTED]> --- drivers/pnp/pnpbios/core.

Re: [patch 01/10] Dont touch fs_struct in drivers

2007-09-28 Thread Christoph Hellwig
On Thu, Sep 27, 2007 at 04:12:01PM +0200, [EMAIL PROTECTED] wrote: > The sound drivers and the pnpbios core test for current->root != NULL. This > test seems to be unnecessary since we always have rootfs mounted before > initializing the drivers. Looks good. Amazing how far this crap has spread..

[patch 01/10] Dont touch fs_struct in drivers

2007-09-27 Thread jblunck
The sound drivers and the pnpbios core test for current->root != NULL. This test seems to be unnecessary since we always have rootfs mounted before initializing the drivers. Signed-off-by: Jan Blunck <[EMAIL PROTECTED]> --- drivers/pnp/pnpbios/core.c |2 -- sound/core/seq/seq_clientmgr.c