From: Nikolaus Rath Date: Wed, 31 May 2017 20:36:08 +0000 (-0700) Subject: Clarify that destroy() is called without kernel connection X-Git-Tag: fuse-3.1.0~19 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6b8dddbd8ec0673c043efcb1f4d45bb49103146d;p=qemu-gpiodev%2Flibfuse.git Clarify that destroy() is called without kernel connection --- diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h index 6daf021..8d93766 100644 --- a/include/fuse_lowlevel.h +++ b/include/fuse_lowlevel.h @@ -186,9 +186,11 @@ struct fuse_lowlevel_ops { void (*init) (void *userdata, struct fuse_conn_info *conn); /** - * Clean up filesystem + * Clean up filesystem. * - * Called on filesystem exit + * Called on filesystem exit. When this method is called, the + * connection to the kernel may be gone already, so that eg. calls + * to fuse_lowlevel_notify_* will fail. * * There's no reply to this function *