commit | 738a35195941ecf604d3070e2a053e1df3de350b | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Sun Jul 30 14:58:27 2006 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Sep 22 23:24:38 2006 -0400 |
tree | dd85dd6e48fad4a041d26ef6c36c4dd08537161f | |
parent | 27ba851244f627a302d0fc6469d1ad413fc34fcb [diff] |
NFS: Secure the roots of the NFS subtrees in a shared superblock Invoke security_d_instantiate() on root dentries after allocating them with dentry_alloc_anon(). Normally dentry_alloc_root() would do that, but we don't call that as we don't want to assign a name to the root dentry at this point (we may discover the real name later). Signed-Off-By: David Howells <dhowells@redhat.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>