projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a70973c
)
proc: make grab_header() static
author
Adrian Bunk
<bunk@kernel.org>
Thu, 2 Oct 2008 20:33:54 +0000
(
00:33
+0400)
committer
Alexey Dobriyan
<adobriyan@gmail.com>
Fri, 10 Oct 2008 00:18:56 +0000
(
04:18
+0400)
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
fs/proc/proc_sysctl.c
patch
|
blob
|
history
diff --git
a/fs/proc/proc_sysctl.c
b/fs/proc/proc_sysctl.c
index daa5f51e534faeb693a8b2af0afae4dcb6d09cc6..945a81043ba223cd92206077be7847563243f89e 100644
(file)
--- a/
fs/proc/proc_sysctl.c
+++ b/
fs/proc/proc_sysctl.c
@@
-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)
+st
atic st
ruct ctl_table_header *grab_header(struct inode *inode)
{
if (PROC_I(inode)->sysctl)
return sysctl_head_grab(PROC_I(inode)->sysctl);