From fc5309cfd2b84b13279f5c512bd575b0a2322ae8 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sat, 11 Nov 2006 09:55:55 +0000 Subject: fixes --- include/fuse.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/fuse.h') 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 */ -- cgit v1.2.3