]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/xfs/xfs_attr_inactive.c
Merge tag 'xfs-5.4-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux.git] / fs / xfs / xfs_attr_inactive.c
index dc93c51c17de962794ad688156e0c5cc389de920..a640a285cc52156a0dc1e42e72a9104bb7cdd623 100644 (file)
@@ -147,7 +147,7 @@ xfs_attr3_leaf_inactive(
         * Allocate storage for a list of all the "remote" value extents.
         */
        size = count * sizeof(xfs_attr_inactive_list_t);
-       list = kmem_alloc(size, KM_SLEEP);
+       list = kmem_alloc(size, 0);
 
        /*
         * Identify each of the "remote" value extents.