2 Module cross dependency
From: George (george.news_at_NOSPAMgmx.net)
Date: 07/16/04
- Next message: Uday Mullangi: "bootloader internals"
- Previous message: Bob Smith: "Re: source code required"
- Next in thread: Jens.Toerring_at_physik.fu-berlin.de: "Re: 2 Module cross dependency"
- Reply: Jens.Toerring_at_physik.fu-berlin.de: "Re: 2 Module cross dependency"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 16 Jul 2004 11:32:56 +0000 (UTC)
Hi all.
I have 2 modules that both needs information from each other. One of them
is a network driver(A) and the other(B) is a a module that should
interact with the driver.
Lets explain how I do so:
I set in the driver a timer whose function executes a
inter_module_get(B). In B I have a dev_get_by_name in which I use the
name of the interface created by the driver.
insmod driver.o
insmod module.o
Then I have a dependency between both modules. The problem arises when I
want to rmmod, cause either the resource is busy or the module is busy.
Any idea of solving that. Hope I have explained the problem in an
understandable way.
TA.
- Next message: Uday Mullangi: "bootloader internals"
- Previous message: Bob Smith: "Re: source code required"
- Next in thread: Jens.Toerring_at_physik.fu-berlin.de: "Re: 2 Module cross dependency"
- Reply: Jens.Toerring_at_physik.fu-berlin.de: "Re: 2 Module cross dependency"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|