VFS: security/: d_inode() annotations

... except where that code acts as a filesystem driver, rather than
working with dentries given to it.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
David Howells
2015-02-19 10:47:02 +00:00
committed by Al Viro
parent c6f493d631
commit ce0b16ddf1
4 changed files with 12 additions and 12 deletions

View File

@@ -2395,7 +2395,7 @@ static int smk_fill_super(struct super_block *sb, void *data, int silent)
return rc;
}
root_inode = sb->s_root->d_inode;
root_inode = d_inode(sb->s_root);
return 0;
}