[autofs] - add fix for mutex lock patch.

Ian Kent iankent at fedoraproject.org
Mon Jul 7 04:38:47 UTC 2014


commit 5887b251481eede531761b5aa3dbefde2be6e53b
Author: Ian Kent <ikent at redhat.com>
Date:   Mon Jul 7 12:38:32 2014 +0800

    - add fix for mutex lock patch.

 ...add-mutex-call-return-check-in-defaults_c.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autofs-5.1.0-add-mutex-call-return-check-in-defaults_c.patch b/autofs-5.1.0-add-mutex-call-return-check-in-defaults_c.patch
index c57a909..ad2b742 100644
--- a/autofs-5.1.0-add-mutex-call-return-check-in-defaults_c.patch
+++ b/autofs-5.1.0-add-mutex-call-return-check-in-defaults_c.patch
@@ -39,7 +39,7 @@ index 4e09c19..8d109a2 100644
 +
 +static void defaults_mutex_unlock(void)
 +{
-+	int status = defaults_mutex_unlock();
++	int status = defaults_mutex_unlock(&conf_mutex);
 +	if (status)
 +		fatal(status);
 +}


More information about the scm-commits mailing list