commit | 7ac2856d99e8038d356767c81ef7f2e85d366441 | [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 | f56b9d59ecbeeb69da6d4d7c2aeaa1cd7418b988 | |
parent | 44bdb5e5f6382ba88f7678d6f535f879324522ae [diff] |
Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb mediated_filesystem() should use dentry->d_sb not dentry->d_inode->i_sb and should avoid file_inode() also since it is really dealing with the path. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>