From dcf698b9a0b33d08a70be40631e8c502e909a2a5 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 19 Mar 2026 07:43:43 +0000 Subject: nvmutil: don't have finite eintr wait this is technically incorrect. we don't control faults in the hardware. Signed-off-by: Leah Rowe --- util/nvmutil/include/common.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'util/nvmutil/include/common.h') diff --git a/util/nvmutil/include/common.h b/util/nvmutil/include/common.h index 270e5994..ae805548 100644 --- a/util/nvmutil/include/common.h +++ b/util/nvmutil/include/common.h @@ -59,10 +59,6 @@ int fchmod(int fd, mode_t mode); #define HAVE_REAL_PREAD_PWRITE 0 #endif -#ifndef MAX_EAGAIN_RETRIES -#define MAX_EAGAIN_RETRIES 100000 -#endif - #ifndef LOOP_EAGAIN #define LOOP_EAGAIN 1 #endif -- cgit v1.2.1