From c3f386d511094362ad5bb28c3a5c6c4f52a77236 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 16 Jul 2026 20:47:57 +0200 Subject: fusefrontend: LockSharedStorage: loop on EINTR, add debug output --- internal/syscallcompat/sys_linux.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/syscallcompat/sys_linux.go') diff --git a/internal/syscallcompat/sys_linux.go b/internal/syscallcompat/sys_linux.go index 51a2c09..2b8a6f7 100644 --- a/internal/syscallcompat/sys_linux.go +++ b/internal/syscallcompat/sys_linux.go @@ -39,6 +39,7 @@ const ( // F_OFD_SETLKW only exists on Linux. On Darwin, fall back to F_SETLKW as a // flawed replacement. F_OFD_SETLKW = unix.F_OFD_SETLKW + F_OFD_SETLK = unix.F_OFD_SETLK ) var preallocWarn sync.Once -- cgit v1.2.3