Re: [PATCH] Re: Oops on megaraid.

From: Wakko Warner
Date: Wed Jan 05 2005 - 17:26:32 EST


Al Viro wrote:
> Someone's removing non-empty directory in procfs. Let's see...
> Indeed.
> #ifdef CONFIG_PROC_FS
> remove_proc_entry("megaraid", &proc_root);
> #endif
>
> pci_unregister_driver(&megaraid_pci_driver);
> so we remove /proc/megaraid and then procees to remove controllers found
> by driver. Each of those has a subdirectory in /proc/megaraid...
>
> Fix is trivial:

Cool, thanks.

--
Lab tests show that use of micro$oft causes cancer in lab animals
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/