diff --git a/fs/9p/vfs_super.c b/fs/9p/vfs_super.c index 3fdaeb3c6eda12be4048b9b22117ca277d375fa4..1d99b185bed1e1e670737464fcb59b0060728f93 100644 --- a/fs/9p/vfs_super.c +++ b/fs/9p/vfs_super.c @@ -168,7 +168,7 @@ static struct dentry *v9fs_mount(struct file_system_type *fs_type, int flags, retval = PTR_ERR(st); goto release_sb; } - + root->d_inode->i_ino = v9fs_qid2ino(&st->qid); v9fs_stat2inode_dotl(st, root->d_inode); kfree(st); } else {