]> git.baikalelectronics.ru Git - kernel.git/commit
SELinux: inode_doinit_with_dentry drop no dentry printk
authorEric Paris <eparis@redhat.com>
Mon, 9 Mar 2009 18:35:58 +0000 (14:35 -0400)
committerJames Morris <jmorris@namei.org>
Mon, 9 Mar 2009 21:40:02 +0000 (08:40 +1100)
commit8cd073b361d55f8f00e67908283fda8f717b1c3e
tree07039542feca94d4d467c430521319950819a4e1
parenta30443ad95f2ce9a67c7ca9e0c935ab7c502e3f3
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>
security/selinux/hooks.c