From 3b0e4faeaf38e234b8c1209ec92824691503995f Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 14 Jul 2006 10:13:16 +0000 Subject: fix --- kernel/control.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel/control.c') diff --git a/kernel/control.c b/kernel/control.c index 50e07eb..b17adb3 100644 --- a/kernel/control.c +++ b/kernel/control.c @@ -105,7 +105,7 @@ static struct dentry *fuse_ctl_add_dentry(struct dentry *parent, /* * Add a connection to the control filesystem (if it exists). Caller - * must host fuse_mutex + * must hold fuse_mutex */ int fuse_ctl_add_conn(struct fuse_conn *fc) { @@ -139,7 +139,7 @@ int fuse_ctl_add_conn(struct fuse_conn *fc) /* * Remove a connection from the control filesystem (if it exists). - * Caller must host fuse_mutex + * Caller must hold fuse_mutex */ void fuse_ctl_remove_conn(struct fuse_conn *fc) { -- cgit v1.2.3