diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2008-11-27 18:31:18 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2008-11-27 18:31:18 +0000 |
commit | e9191d5550e36bde10781e4aa84a3fc4be17f609 (patch) | |
tree | 586ebdb2730f163a670292d6c1f0ca25d8db8dad /ChangeLog | |
parent | 5c094ac0150ebfef6a2c9c2c9d1c545a90ff4e96 (diff) | |
download | libfuse-e9191d5550e36bde10781e4aa84a3fc4be17f609.tar.gz |
lowlevel lib: fix deadlock if fuse_reply_* is called from theinterrupt handling function. Reported by Tero Marttila
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-11-19 Miklos Szeredi <miklos@szeredi.hu> + + * lowlevel lib: fix deadlock if fuse_reply_* is called from the + interrupt handling function. Reported by Tero Marttila + 2008-10-16 Miklos Szeredi <miklos@szeredi.hu> * Allow commas in options to be escaped with a backslash |