Re: new file in kernel.

From: Jan Engelhardt
Date: Sat Jan 19 2008 - 08:49:41 EST



On Jan 19 2008 10:42, Rafael Sisto wrote:
>Dear forum,
>can anybody help me with this issue?
>
>How do I create a new file in kernel mode?
>I am trying to create a file in a system call I am building.

http://kernelnewbies.org/FAQ/WhyWritingFilesFromKernelIsBad

Even then, you are a bit too unspecific. A syscall could
very well call a filesystem's create function and create
a file that way, though it is a very different use-case.
--
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/