From a454384b843c0cc913eeb0fed654941526c9eb9b Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sun, 30 Jul 2006 03:04:10 -0700 Subject: [PATCH] --- yaml --- r: 32973 b: refs/heads/master c: 873302c71c0e60234eb187b15f83c2d79e84c40a h: refs/heads/master i: 32971: f73494247c361b5fe2ad05d47c69a39d124a735a v: v3 --- [refs] | 2 +- trunk/fs/fuse/control.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 8149c3e0caa8..03258e0623a6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0a0898cf413876d4ed6e371f3e04bf38600a9205 +refs/heads/master: 873302c71c0e60234eb187b15f83c2d79e84c40a diff --git a/trunk/fs/fuse/control.c b/trunk/fs/fuse/control.c index a3bce3a77253..46fe60b2da23 100644 --- a/trunk/fs/fuse/control.c +++ b/trunk/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) {