commit | 729b8a3dee2bc873e4647e9384de9111548e599e | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Jan 29 12:02:31 2015 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Feb 22 11:38:39 2015 -0500 |
tree | 68e36ab6d1e2cde74df58097af1e8f62b72cdf22 | |
parent | 7ac2856d99e8038d356767c81ef7f2e85d366441 [diff] |
Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inode Use d_is_positive(dentry) or d_is_negative(dentry) rather than testing dentry->d_inode as the dentry may cover another layer that has an inode when the top layer doesn't or may hold a 0,0 chardev that's actually a whiteout. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>