aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2011-12-09 16:07:55 +0100
committerMiklos Szeredi <mszeredi@suse.cz>2011-12-09 16:07:55 +0100
commitbfc49cefc4e03dee3888f2a04480c20f56a3fbfa (patch)
tree1557cb4e57547f10b4d11e5904ee84f9c29678dc /ChangeLog
parent40a47ede7280c023495be97d54b08d60a932f4a7 (diff)
downloadandroid_external_fuse-bfc49cefc4e03dee3888f2a04480c20f56a3fbfa.tar.gz
android_external_fuse-bfc49cefc4e03dee3888f2a04480c20f56a3fbfa.tar.bz2
android_external_fuse-bfc49cefc4e03dee3888f2a04480c20f56a3fbfa.zip
Fix hang in wait_on_path()
Ville Silventoinen reported that fs_racer in LTP triggered a hang in wait_on_path(). This bug was caused by try_get_path() not resetting "ticket" on permanent failure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 828a181..ba1f5e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-09 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Fix hang in wait_on_path(). Reported by Ville Silventoinen
+
2011-12-08 Miklos Szeredi <miklos@szeredi.hu>
* Fix build if FUSE_NODE_SLAB is not defined. Patch by Emmanuel