From 6b8dddbd8ec0673c043efcb1f4d45bb49103146d Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Wed, 31 May 2017 13:36:08 -0700 Subject: Clarify that destroy() is called without kernel connection --- include/fuse_lowlevel.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/fuse_lowlevel.h') 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 * -- cgit v1.2.3