LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] (02/25/08 linus git) smack functions smk_cipso_doi and smk_unlbl_ambient made static
@ 2008-02-25 21:15 Casey Schaufler
0 siblings, 0 replies; only message in thread
From: Casey Schaufler @ 2008-02-25 21:15 UTC (permalink / raw)
To: torvalds, akpm; +Cc: linux-kernel, casey
From: Casey Schaufler <casey@schaufler-ca.com>
The functions smk_cipso_doi and smk_unlbl_ambient are not used
outside smackfs.c and should hence be static.
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
---
security/smack/smackfs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff -uprN -X linux-2.6.25-g0225-base/Documentation/dontdiff linux-2.6.25-g0225-base/security/smack/smackfs.c linux-2.6.25-g0225/security/smack/smackfs.c
--- linux-2.6.25-g0225-base/security/smack/smackfs.c 2008-02-25 08:19:08.000000000 -0800
+++ linux-2.6.25-g0225/security/smack/smackfs.c 2008-02-25 12:06:21.000000000 -0800
@@ -338,7 +338,7 @@ static const struct file_operations smk_
/**
* smk_cipso_doi - initialize the CIPSO domain
*/
-void smk_cipso_doi(void)
+static void smk_cipso_doi(void)
{
int rc;
struct cipso_v4_doi *doip;
@@ -371,7 +371,7 @@ void smk_cipso_doi(void)
/**
* smk_unlbl_ambient - initialize the unlabeled domain
*/
-void smk_unlbl_ambient(char *oldambient)
+static void smk_unlbl_ambient(char *oldambient)
{
int rc;
struct netlbl_audit audit_info;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-25 21:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-25 21:15 [PATCH] (02/25/08 linus git) smack functions smk_cipso_doi and smk_unlbl_ambient made static Casey Schaufler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).