[AppArmor 45/45] Fix file_permission()

2007-10-26 Thread jjohansen
We cannot easily switch from file_permission() to vfs_permission() everywhere, so fix file_permission() to not use a NULL nameidata for the remaining users. Signed-off-by: Andreas Gruenbacher <[EMAIL PROTECTED]> Signed-off-by: John Johansen <[EMAIL PROTECTED]> --- fs/namei.c |8 +++- 1 f

[AppArmor 45/45] Fix file_permission()

2007-05-14 Thread jjohansen
We cannot easily switch from file_permission() to vfs_permission() everywhere, so fix file_permission() to not use a NULL nameidata for the remaining users. Signed-off-by: Andreas Gruenbacher <[EMAIL PROTECTED]> --- fs/namei.c |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) ---