From: David Howells Date: Sun, 30 Jul 2006 18:58:27 +0000 (-0400) Subject: NFS: Secure the roots of the NFS subtrees in a shared superblock X-Git-Tag: v2.6.19-rc1~1271^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=738a35195941ecf604d3070e2a053e1df3de350b;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed