Re: 2.4 in-kernel file opening

From: Brian Gerst
Date: Tue Oct 04 2005 - 12:45:45 EST


Martin Drab wrote:
Hi,

can anybody tell me why there is no sys_open() exported in kernel/ksyms.c in 2.4 kernels while the sys_close() is there? And what is then the preferred way of opening files from within a 2.4 kernel module?

Why do you need to open files from kernel space? There are usually better alternatives like the firmware loader interface.

--
Brian Gerst
-
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/