git:// url location change
[fio.git] / memory.c
index f67dd6d9ffa09a61030fed8378f8ce9d2a523d15..d075c3526e6947483eee23dd006aeeebe5830f02 100644 (file)
--- a/memory.c
+++ b/memory.c
@@ -145,6 +145,9 @@ int allocate_io_mem(struct thread_data *td)
                ret = 1;
        }
 
+       if (ret)
+               td_verror(td, ENOMEM, "iomem allocation");
+
        return ret;
 }