On 26 May 2005 07:17:42 -0000, vaishali paisal <vaishalipaisal@xxxxxxxxxxxxxx> wrote: > Hello , > > I have a kernel module that runs an infinite while loop. > But when i try to remove the module it gives the "Device or resource busy > error" > > I think the problem is due to that loop. What about changing your design? Is it really necessary to do infinite loop in module in your design? How about handling it(whatever infinite loop is handling) with a kernel thread. regards Manish -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/