Skip to content

Commit

Permalink
[PATCH] fuse: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Miklos Szeredi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
szmi authored and Linus Torvalds committed Jul 31, 2006
1 parent 0a0898c commit 873302c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/fuse/control.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -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)
{
Expand Down

0 comments on commit 873302c

Please sign in to comment.