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