From cbad84b250605d5bfece30afae321b86699276f3 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Thu, 1 Feb 2007 05:27:07 +0000 Subject: [PATCH] Comment fix. --- .../for-mainline/struct_path/struct_path-security-getattr.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-patches/for-mainline/struct_path/struct_path-security-getattr.diff b/kernel-patches/for-mainline/struct_path/struct_path-security-getattr.diff index 0c2337c54..ae5263c8a 100644 --- a/kernel-patches/for-mainline/struct_path/struct_path-security-getattr.diff +++ b/kernel-patches/for-mainline/struct_path/struct_path-security-getattr.diff @@ -8,7 +8,7 @@ Index: linux-2.6/include/linux/security.h * Check permission before obtaining file attributes. - * @mnt is the vfsmount where the dentry was looked up - * @dentry contains the dentry structure for the file. -+ * @path contains the vfsmount / dentry of the file. ++ * @path contains the vfsmount and dentry of the file. * Return 0 if permission is granted. * @inode_delete: * @inode contains the inode structure for deleted inode.