Re: File access

From: Matti Aarnio
Date: Thu Aug 14 2003 - 07:23:27 EST


On Thu, Aug 14, 2003 at 12:32:18PM +0100, Simon Haynes wrote:
> I am currently developing a module which I would like to configure
> via a simple text file.
>
> I cannot seem to find any information on accessing files via a kernel
> module.
>
> Is this possible and if so how is it done ?

Yes, but it is rather complicated business, and really should not
be done in kernel. It can be done, but like Richard said, defining
your own set of IOCTLs for the device is better. The complicated
configuration file parsing can then reside in the user-space utility
program.

> Many Thanks
> Simon.

/Matti Aarnio
-
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/