[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <E1G65SX-0002hh-00@dorka.pomaz.szeredi.hu>
Date: Thu, 27 Jul 2006 14:59:25 +0200
From: Miklos Szeredi <miklos@...redi.hu>
To: akpm@...l.org
CC: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [PATCH 3/5] fuse: fix typo
Signed-off-by: Miklos Szeredi <miklos@...redi.hu>
---
Index: linux/fs/fuse/control.c
===================================================================
--- linux.orig/fs/fuse/control.c 2006-07-27 14:35:14.000000000 +0200
+++ linux/fs/fuse/control.c 2006-07-27 14:38:08.000000000 +0200
@@ -105,7 +105,7 @@ static struct dentry *fuse_ctl_add_dentr
/*
* 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 *
/*
* 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)
{
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists