Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[platform/kernel/linux-starfive.git] / fs / fuse / dax.c
index 10eb50c..e23e802 100644 (file)
@@ -138,9 +138,9 @@ static struct fuse_dax_mapping *alloc_dax_mapping(struct fuse_conn_dax *fcd)
                WARN_ON(fcd->nr_free_ranges <= 0);
                fcd->nr_free_ranges--;
        }
+       __kick_dmap_free_worker(fcd, 0);
        spin_unlock(&fcd->lock);
 
-       kick_dmap_free_worker(fcd, 0);
        return dmap;
 }