Recent changes (master)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following changes since commit 7c8e6725155cae72a0a730d3c3a36776bc5621a3:

  Makefile: update libzbc git repository (2021-07-28 07:27:29 -0600)

are available in the Git repository at:

  git://git.kernel.dk/fio.git master

for you to fetch changes up to 572782274da6f7223627f734c6e1818a03c71a6d:

  Merge branch 'master' of https://github.com/anson-lo/fio (2021-08-01 08:36:01 -0600)

----------------------------------------------------------------
Jens Axboe (1):
      Merge branch 'master' of https://github.com/anson-lo/fio

anson-lo (1):
      Fix an error triggered by double releasing the lock

 verify.c | 1 -
 1 file changed, 1 deletion(-)

---

Diff of recent changes:

diff --git a/verify.c b/verify.c
index a418c054..0e1e4639 100644
--- a/verify.c
+++ b/verify.c
@@ -1411,7 +1411,6 @@ static void *verify_async_thread(void *data)
 			ret = pthread_cond_wait(&td->verify_cond,
 							&td->io_u_lock);
 			if (ret) {
-				pthread_mutex_unlock(&td->io_u_lock);
 				break;
 			}
 		}



[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux