X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=module%2Fzfs%2Fzfs_vfsops.c;h=6d75326b7de165286ee9f6cbe85eab1a2e2b9042;hb=0a6b03d3b87cf17ac6159395df93ba3fcfdddc45;hp=998cfde32fc716ab94107a709a85ab18af3891e6;hpb=1f0d8a566f0251ff9404b98233ae8d5406c6d308;p=zfs.git diff --git a/module/zfs/zfs_vfsops.c b/module/zfs/zfs_vfsops.c index 998cfde..6d75326 100644 --- a/module/zfs/zfs_vfsops.c +++ b/module/zfs/zfs_vfsops.c @@ -1200,7 +1200,7 @@ zfs_domount(struct super_block *sb, void *data, int silent) } /* Allocate a root dentry for the filesystem */ - sb->s_root = d_alloc_root(root_inode); + sb->s_root = d_make_root(root_inode); if (sb->s_root == NULL) { (void) zfs_umount(sb); error = ENOMEM;