diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-03-16 14:19:25 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-03-16 14:19:25 +0000 |
commit | f51e43f35db18048d3b97e2bd13e51a9a594b782 (patch) | |
tree | 5c5e05fe14b63016f45262c8a40b3c36cc12fd3a /ChangeLog | |
parent | 2c1381f3dec5df230db96f30c918802d68a257c5 (diff) | |
download | libfuse-f51e43f35db18048d3b97e2bd13e51a9a594b782.tar.gz |
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-03-16 Miklos Szeredi <miklos@szeredi.hu> + + * Don't unmount if already unmounted. This fixes a problem seen + in the following situation: Lazy unmount a busy filesystem; Mount + a new one in top; When the first finally unmounts, the second also + unmounts. Reported by Franco Broi + 2006-03-15 Miklos Szeredi <miklos@szeredi.hu> * lowlevel lib: use indirect function calls instead of a |