提交 81324364 编写于 作者: A Adrian Bunk 提交者: Alexey Dobriyan

proc: make grab_header() static

Signed-off-by: NAdrian Bunk <bunk@kernel.org>
Signed-off-by: NAlexey Dobriyan <adobriyan@gmail.com>
上级 a70973c2
......@@ -66,7 +66,7 @@ static struct ctl_table *find_in_table(struct ctl_table *p, struct qstr *name)
return NULL;
}
struct ctl_table_header *grab_header(struct inode *inode)
static struct ctl_table_header *grab_header(struct inode *inode)
{
if (PROC_I(inode)->sysctl)
return sysctl_head_grab(PROC_I(inode)->sysctl);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册