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:
2b12a4c
)
make selinux_write_opts() static
author
Adrian Bunk
<bunk@kernel.org>
Tue, 22 Jul 2008 17:21:23 +0000
(20:21 +0300)
committer
James Morris
<jmorris@namei.org>
Tue, 5 Aug 2008 00:55:24 +0000
(10:55 +1000)
This patch makes the needlessly global selinux_write_opts() static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: James Morris <jmorris@namei.org>
security/selinux/hooks.c
patch
|
blob
|
blame
|
history
diff --git
a/security/selinux/hooks.c
b/security/selinux/hooks.c
index 3ae9bec5a5088ba62eab619cae7e7664151a522b..0ffd8814af3ea81e0a90fb8f49667f4a7861f569 100644
(file)
--- a/
security/selinux/hooks.c
+++ b/
security/selinux/hooks.c
@@
-957,7
+957,8
@@
out_err:
return rc;
}
-void selinux_write_opts(struct seq_file *m, struct security_mnt_opts *opts)
+static void selinux_write_opts(struct seq_file *m,
+ struct security_mnt_opts *opts)
{
int i;
char *prefix;