Re: [TOMOYO #5 02/18] Add wrapper functions for VFS helperfunctions.

2007-11-16 Thread Trond Myklebust
On Sat, 2007-11-17 at 03:20 +0900, Tetsuo Handa wrote: > Hello. > > Trond Myklebust wrote: > > > This patch allows LSM hooks refer previously associated "struct vfsmount" > > > parameter > > > so that they can calculate pathname of given "struct dentry". > > > > NACK to this. Passing function p

Re: [TOMOYO #5 02/18] Add wrapper functions for VFS helperfunctions.

2007-11-16 Thread Tetsuo Handa
Hello. Trond Myklebust wrote: > > This patch allows LSM hooks refer previously associated "struct vfsmount" > > parameter > > so that they can calculate pathname of given "struct dentry". > > NACK to this. Passing function parameters through the task_struct is > definitely not an acceptable hack