]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/xfs/xfs_extent_busy.c
Merge tag 'xfs-5.4-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux.git] / fs / xfs / xfs_extent_busy.c
index 0ed68379e5512d6347399b2ec0c7e970e2eacd86..2183d87be4cfb1c1d68af452f36b982d2d6659d0 100644 (file)
@@ -33,7 +33,7 @@ xfs_extent_busy_insert(
        struct rb_node          **rbp;
        struct rb_node          *parent = NULL;
 
-       new = kmem_zalloc(sizeof(struct xfs_extent_busy), KM_SLEEP);
+       new = kmem_zalloc(sizeof(struct xfs_extent_busy), 0);
        new->agno = agno;
        new->bno = bno;
        new->length = len;