c6306e
Index: hdparm-9.43/fallocate.c
c6306e
===================================================================
c6306e
--- hdparm-9.43.orig/fallocate.c
c6306e
+++ hdparm-9.43/fallocate.c
c6306e
@@ -41,6 +41,7 @@ int do_fallocate_syscall (const char *pa
c6306e
 			exit(0);
c6306e
 		}
c6306e
 		err = errno;
c6306e
+		close(fd);
c6306e
 		unlink(path);
c6306e
 	}
c6306e
 	perror(path);