projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dba283
)
[PATCH] add missing desctiption in super.c
author
Henrik Kretzschmar
<henne@nachtwindheim.de>
Wed, 6 Sep 2006 07:03:41 +0000
(
00:03
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 6 Sep 2006 18:00:01 +0000
(11:00 -0700)
Adds kernel-doc for alloc_super() type in fs/super.c.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/super.c
b/fs/super.c
index 6d4e8174b6db4fd7548b94403aafdd49043966f9..5c4c94d5495e42588c9aef5a9fe4271d54f1da24 100644
(file)
--- a/
fs/super.c
+++ b/
fs/super.c
@@
-49,6
+49,7
@@
DEFINE_SPINLOCK(sb_lock);
/**
* alloc_super - create new superblock
+ * @type: filesystem type superblock should belong to
*
* Allocates and initializes a new &struct super_block. alloc_super()
* returns a pointer new superblock or %NULL if allocation had failed.