]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/xfs/xfs_icache.c
Merge tag 'for-linus-2019-10-18' of git://git.kernel.dk/linux-block
[linux.git] / fs / xfs / xfs_icache.c
index 0b0fd10a36d4da80870e3d3734c6908acf721fa5..944add5ff8e098a8ef1fac3ba6be4589d6e54864 100644 (file)
@@ -40,7 +40,7 @@ xfs_inode_alloc(
         * KM_MAYFAIL and return NULL here on ENOMEM. Set the
         * code up to do this anyway.
         */
-       ip = kmem_zone_alloc(xfs_inode_zone, KM_SLEEP);
+       ip = kmem_zone_alloc(xfs_inode_zone, 0);
        if (!ip)
                return NULL;
        if (inode_init_always(mp->m_super, VFS_I(ip))) {