commit | df7f54c012b92ec93d56b68547351dcdf8a163d3 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Mon Mar 09 14:35:58 2009 -0400 |
committer | James Morris <jmorris@namei.org> | Tue Mar 10 08:40:02 2009 +1100 |
tree | 07039542feca94d4d467c430521319950819a4e1 | |
parent | dd34b5d75a0405814a3de83f02a44ac297e81629 [diff] |
SELinux: inode_doinit_with_dentry drop no dentry printk Drop the printk message when an inode is found without an associated dentry. This should only happen when userspace can't be accessing those inodes and those labels will get set correctly on the next d_instantiate. Thus there is no reason to send this message. Signed-off-by: Eric Paris <eparis@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>