Re: save variables to hard disk at kernel mode

Erik Mouw (J.A.K.Mouw@its.tudelft.nl)
Tue, 17 Sep 2002 17:12:11 +0200


--bKyqfOwhbdpXa4YI
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Sep 16, 2002 at 06:23:04PM -0500, Chin-Tser Huang wrote:
> I would like to implement at the kernel a save that
> can periodically store the value of some variables
> to the hard disk. Could anyone please tell me what
> function can I use to achieve this? Will this save
> block the operation of other functions? Thank you
> very much for your help!

This is policy, and policy should be implemented in userland. Have your
driver implement a device node that presents the value when userland
reads it. Imlement a simple userland program that read()s the device
and writes it to whatever file you like. The advantage of this approach
is that userland can decide *where* to write it: on a hard disk, send
it over a network, etc. etc.

Erik

--=20
J.A.K. (Erik) Mouw
Email: J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/

--bKyqfOwhbdpXa4YI
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9h0ZL/PlVHJtIto0RAuAlAJsG0A3hs7r1qXWbmH9EBwgYj+DkWACfZJDv
BOCT4jiJTOk2YhwNnfIsdfs=
=ZDLW
-----END PGP SIGNATURE-----

--bKyqfOwhbdpXa4YI--
-
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/