diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-11-11 09:55:55 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-11-11 09:55:55 +0000 |
commit | fc5309cfd2b84b13279f5c512bd575b0a2322ae8 (patch) | |
tree | 8859e5a9160eb4708422f93ba66910146c574c1f /include | |
parent | 10d03ed9c381436d06252ab440bc2e910e7e755b (diff) | |
download | libfuse-fc5309cfd2b84b13279f5c512bd575b0a2322ae8.tar.gz |
fixes
Diffstat (limited to 'include')
-rw-r--r-- | include/fuse.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h index 6af2c4f..1531296 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -495,7 +495,10 @@ struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args, /** * Destroy the FUSE handle. * - * The filesystem is not unmounted. + * The communication channel attached to the handle is also destroyed. + * + * NOTE: This function does not unmount the filesystem. If this is + * needed, call fuse_unmount() before calling this function. * * @param f the FUSE handle */ |