mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 08:18:47 +00:00
[PATCH] fuse: fix typo
Signed-off-by: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
0a0898cf41
commit
873302c71c
@ -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
|
* 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)
|
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).
|
* 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)
|
void fuse_ctl_remove_conn(struct fuse_conn *fc)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user