projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a0898c
)
[PATCH] fuse: fix typo
author
Miklos Szeredi
<
[email protected]
>
Sun, 30 Jul 2006 10:04:10 +0000
(
03:04
-0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 31 Jul 2006 20:28:43 +0000
(13:28 -0700)
Signed-off-by: Miklos Szeredi <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/fuse/control.c
patch
|
blob
|
history
diff --git
a/fs/fuse/control.c
b/fs/fuse/control.c
index a3bce3a77253f42504b9770ecdba8e6e3977d946..46fe60b2da23b2eafad38d99b62c8edacba4dd1b 100644
(file)
--- 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 ho
st
fuse_mutex
+ * must ho
ld
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 ho
st
fuse_mutex
+ * Caller must ho
ld
fuse_mutex
*/
void fuse_ctl_remove_conn(struct fuse_conn *fc)
{