linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Badness in remove_proc_entry in wlan driver unregistration.
@ 2006-06-25  9:17 Ram
  2006-06-25 10:42 ` Arjan van de Ven
  0 siblings, 1 reply; 2+ messages in thread
From: Ram @ 2006-06-25  9:17 UTC (permalink / raw)
  To: linux-kernel

Hi,
 when i try to unload a wlan driver i get  the message:

 Badness in remove_proc_entry at fs/proc/generic.c:705


  This comes from the statment in the driver:
wlan_proc_remove("wlan");


  How does one solve the problem.


  This wlan driver was in 2.4. i ported it to 2.6. Is there any
difference as far as wlan/networking unregistering is concerned for a
wlan driver.


  Any pointers?
 Please Advice.

Regards,
sriram

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Badness in remove_proc_entry in wlan driver unregistration.
  2006-06-25  9:17 Badness in remove_proc_entry in wlan driver unregistration Ram
@ 2006-06-25 10:42 ` Arjan van de Ven
  0 siblings, 0 replies; 2+ messages in thread
From: Arjan van de Ven @ 2006-06-25 10:42 UTC (permalink / raw)
  To: Ram; +Cc: linux-kernel

On Sun, 2006-06-25 at 14:47 +0530, Ram wrote:
> Hi,
>  when i try to unload a wlan driver i get  the message:
> 
>  Badness in remove_proc_entry at fs/proc/generic.c:705
> 
> 
>   This comes from the statment in the driver:
> wlan_proc_remove("wlan");
> 
> 
>   How does one solve the problem.
> 
> 
>   This wlan driver was in 2.4. i ported it to 2.6. Is there any
> difference as far as wlan/networking unregistering is concerned for a
> wlan driver.


the driver is probably trying to remove a non-empty directory from proc,
which causes data corruption (both in 2.4 and 2.6)... 2.6 warns about it
though, 2.4 probably doesn't.

can you give a pointer to the driver source so that we can help fix it?


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-25 10:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-25  9:17 Badness in remove_proc_entry in wlan driver unregistration Ram
2006-06-25 10:42 ` Arjan van de Ven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).