[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080722172123.GX14846@cs181140183.pp.htv.fi>
Date: Tue, 22 Jul 2008 20:21:23 +0300
From: Adrian Bunk <bunk@...nel.org>
To: Eric Paris <eparis@...hat.com>, sds@...ho.nsa.gov,
jmorris@...ei.org
Cc: linux-kernel@...r.kernel.org
Subject: [2.6 patch] make selinux_write_opts() static
This patch makes the needlessly global selinux_write_opts() static.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
b75a9f11d832d4f819b69f02b615c53889faec09
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c
index 63f131f..3179e40 100644
--- 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;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists