lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 19 Jan 2008 11:21:11 -0300 From: "Rafael Sisto" <rafael.sisto@...il.com> To: "Arnaldo Carvalho de Melo" <acme@...hat.com>, "Rafael Sisto" <rafael.sisto@...il.com>, "Linux kernel" <linux-kernel@...r.kernel.org> Subject: Re: new file in kernel. Dear Arnaldo, I didnt see your mail before. I read some of the code you suggested, but it seems so complicated! I just need to create a file named "file" on the path /tmp/.. Isn't there an easier way? Or else, where can I find some more information about what the parameters mean? (struct svc_rqst *rqstp, struct nfsd3_createargs *argp, struct nfsd3_diropres *resp) It seems that with the "argp" parameter, I could pass all my information, but I dont see what to put on the other parameters... I would greatfuly thank some link where to find some information, please. greetings, Rafael Sisto. On Jan 19, 2008 10:48 AM, Arnaldo Carvalho de Melo <acme@...hat.com> wrote: > Em Sat, Jan 19, 2008 at 10:42:40AM -0300, Rafael Sisto escreveu: > > 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. > > Look at how NFS does. > > fs/nfsd/nfs3proc.c > nfsd3_proc_create > > - Arnaldo > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists