]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/xfs/xfs_error.c
Merge tag 'xfs-5.4-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux.git] / fs / xfs / xfs_error.c
index 544c9482a0efec22883f168e670c1320ab06eac7..849fd4476950af0cbe1086ab3bafdb860bc2c39e 100644 (file)
@@ -213,7 +213,7 @@ xfs_errortag_init(
        struct xfs_mount        *mp)
 {
        mp->m_errortag = kmem_zalloc(sizeof(unsigned int) * XFS_ERRTAG_MAX,
-                       KM_SLEEP | KM_MAYFAIL);
+                       KM_MAYFAIL);
        if (!mp->m_errortag)
                return -ENOMEM;