summaryrefslogtreecommitdiffstats
path: root/sys-utils/flock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/flock.c')
-rw-r--r--sys-utils/flock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-utils/flock.c b/sys-utils/flock.c
index 1a1091ded..f160eaca5 100644
--- a/sys-utils/flock.c
+++ b/sys-utils/flock.c
@@ -250,6 +250,7 @@ int main(int argc, char *argv[])
/* otherwise try again */
continue;
case EIO:
+ case EBADF: /* since Linux 3.4 (commit 55725513) */
/* Probably NFSv4 where flock() is emulated by fcntl().
* Let's try to reopen in read-write mode.
*/