Re: exporting /proc entry for module
From: Randy.Dunlap (rddunlap_at_osdl.org)
Date: 01/13/05
- Previous message: selvakumar nagendran: "exporting /proc entry for module"
- In reply to: selvakumar nagendran: "exporting /proc entry for module"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 12 Jan 2005 20:54:36 -0800 To: selvakumar nagendran <kernelselva@yahoo.com>
selvakumar nagendran wrote:
> --- Chris Friesen <cfriesen@nortelnetworks.com> wrote:
>
>>To fix this in the future, export a /proc entry that
>>when written to
>>causes your module to properly clean everything up
>>and prevent anyone
>>from getting new accesses. This then allows you to
>>remove the module
>>cleanly. Note that it may not be possible to
>>cleanly deregister,
>>depending on what your module is doing.
>>
>
> How can I export a /proc entry for my module?
. . . . . . . . . .
You can study the valuable documents at
http://kernelnewbies.org/documents/
or google for other procfs example source code,
which should find several examples for you,
such as http://www.xenotime.net/linux/procfs_ex/
-- ~Randy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: selvakumar nagendran: "exporting /proc entry for module"
- In reply to: selvakumar nagendran: "exporting /proc entry for module"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|