From: Miklos Szeredi Date: Sun, 30 Jul 2006 10:04:10 +0000 (-0700) Subject: [PATCH] fuse: fix typo X-Git-Tag: upstream/snapshot3+hdmi~38655 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=873302c71c0e60234eb187b15f83c2d79e84c40a;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [PATCH] fuse: fix typo Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/fuse/control.c b/fs/fuse/control.c index a3bce3a..46fe60b 100644 --- a/fs/fuse/control.c +++ b/fs/fuse/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) {