commit | 21d587ea7047552792bc34f01f252a48f8be8db3 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Wed Sep 22 16:47:40 2004 +0000 |
committer | Miklos Szeredi <miklos@szeredi.hu> | Wed Sep 22 16:47:40 2004 +0000 |
tree | de7f2f228825f605a759a92d52a30d15dccd4e2b | |
parent | d169f31d6926c5bdc7c66822b6a49c87ddf7f901 [diff] [blame] |
fix FUSE mount under FUSE mount
diff --git a/ChangeLog b/ChangeLog index c3fc2d0..fced7da 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -3,6 +3,9 @@ * A slight API change: fuse_get_context() doesn't need the "fuse" pointer, but the returned context contains it instead. The fuse_get() function is not needed anymore, so it's removed. + + * Fix mounting and umounting FUSE filesystem under another FUSE + filesystem by non-root (bug spotted by Valient Gough) 2004-09-21 Miklos Szeredi <miklos@szeredi.hu>