提交 fe2bbc48 编写于 作者: H Henrik Kretzschmar 提交者: Linus Torvalds

[PATCH] add missing desctiption in super.c

Adds kernel-doc for alloc_super() type in fs/super.c.
Signed-off-by: NHenrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 6dba2837
...@@ -49,6 +49,7 @@ DEFINE_SPINLOCK(sb_lock); ...@@ -49,6 +49,7 @@ DEFINE_SPINLOCK(sb_lock);
/** /**
* alloc_super - create new superblock * alloc_super - create new superblock
* @type: filesystem type superblock should belong to
* *
* Allocates and initializes a new &struct super_block. alloc_super() * Allocates and initializes a new &struct super_block. alloc_super()
* returns a pointer new superblock or %NULL if allocation had failed. * returns a pointer new superblock or %NULL if allocation had failed.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册