diff options
Diffstat (limited to 'fs/afs/dynroot.c')
| -rw-r--r-- | fs/afs/dynroot.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/afs/dynroot.c b/fs/afs/dynroot.c index f120bcb8bf73..d7d9402ff718 100644 --- a/fs/afs/dynroot.c +++ b/fs/afs/dynroot.c @@ -76,7 +76,7 @@ struct inode *afs_iget_pseudo_dir(struct super_block *sb, bool root)  	/* there shouldn't be an existing inode */  	BUG_ON(!(inode->i_state & I_NEW)); -	netfs_i_context_init(inode, NULL); +	netfs_inode_init(&vnode->netfs, NULL);  	inode->i_size		= 0;  	inode->i_mode		= S_IFDIR | S_IRUGO | S_IXUGO;  	if (root) {  | 
