projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
640946f
)
typo fix in Documentation/filesystems/vfs.txt
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 2 Apr 2012 23:02:48 +0000
(19:02 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 9 Apr 2012 05:39:24 +0000
(
01:39
-0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Documentation/filesystems/vfs.txt
patch
|
blob
|
history
diff --git
a/Documentation/filesystems/vfs.txt
b/Documentation/filesystems/vfs.txt
index
e916e3d
..
0d04920
100644
(file)
--- a/
Documentation/filesystems/vfs.txt
+++ b/
Documentation/filesystems/vfs.txt
@@
-114,7
+114,7
@@
members are defined:
struct file_system_type {
const char *name;
int fs_flags;
- struct dentry (*mount) (struct file_system_type *, int,
+ struct dentry
*
(*mount) (struct file_system_type *, int,
const char *, void *);
void (*kill_sb) (struct super_block *);
struct module *owner;