aboutsummaryrefslogtreecommitdiff
path: root/kernel/fuse_i.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-01-10 12:53:10 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-01-10 12:53:10 +0000
commite3887b1a1511d97a749294c5787c6ab62d4abe1d (patch)
tree837b43c318f75b81a4e3c32f58488628d6c785eb /kernel/fuse_i.h
parent149f60799d38c55e922b55f8e43cbd51620173a6 (diff)
cleanup
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r--kernel/fuse_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index b2c413b..66396da 100644
--- a/kernel/fuse_i.h
+++ b/kernel/fuse_i.h
@@ -241,8 +241,8 @@ struct fuse_req {
/**
* A Fuse connection.
*
- * This structure is created, when the client device is opened, and is
- * destroyed, when the client device is closed _and_ the filesystem is
+ * This structure is created, when the filesystem is mounted, and is
+ * destroyed, when the client device is closed and the filesystem is
* unmounted.
*/
struct fuse_conn {