Hi, Everyone. I have a question.

Removed 'nameidata' passing to inode_permission() in kernel 2.6.27,
but I need 'nameidata'.
Does anyone knows how to get 'nameidata' or 'path' from inode_permission()?

-- kernel/include/linux/security.h
int (*inode_permission) (struct inode *inode, int mask, struct nameidata *nd);
-> int (*inode_permission)(struct inode *inode, int mask)

Thanks.
OopsLee.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to