From: David Howells Date: Thu, 29 Jan 2015 12:02:33 +0000 (+0000) Subject: SELinux: Use d_is_positive() rather than testing dentry->d_inode X-Git-Tag: fixes-v4.0-rc1~19^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c616d4d88de1dc5b1545eefdc2e291eeb9f2e9d;p=pandora-kernel.git SELinux: Use d_is_positive() rather than testing dentry->d_inode Use d_is_positive() rather than testing dentry->d_inode in SELinux to get rid of direct references to d_inode outside of the VFS. Signed-off-by: David Howells Signed-off-by: Al Viro --- Reading git-diff-tree failed