Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / fs / vboxsf / super.c
index 37dd3fe..d2f6df6 100644 (file)
@@ -241,7 +241,7 @@ static struct inode *vboxsf_alloc_inode(struct super_block *sb)
 {
        struct vboxsf_inode *sf_i;
 
-       sf_i = kmem_cache_alloc(vboxsf_inode_cachep, GFP_NOFS);
+       sf_i = alloc_inode_sb(sb, vboxsf_inode_cachep, GFP_NOFS);
        if (!sf_i)
                return NULL;