lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 13 Feb 2008 14:20:43 -0800 (PST)
From:	Casey Schaufler <casey@...aufler-ca.com>
To:	Adrian Bunk <bunk@...nel.org>,
	Casey Schaufler <casey@...aufler-ca.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [2.6 patch] make smackfs.c:smk_cipso_doi() static


--- Adrian Bunk <bunk@...nel.org> wrote:

> smk_cipso_doi() can become static.

This change is included in a patch I hope to submit today.

> Signed-off-by: Adrian Bunk <bunk@...nel.org>
> 
> ---
> 
> BTW: -ENOMAINTAINERSENTRY
> 
> 299c2883384303ca7730df8fa4baae9194bd5d13 diff --git
> a/security/smack/smackfs.c b/security/smack/smackfs.c
> index 15aa37f..13462ff 100644
> --- a/security/smack/smackfs.c
> +++ b/security/smack/smackfs.c
> @@ -336,7 +336,7 @@ static const struct file_operations smk_load_ops = {
>  /**
>   * 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;
> 
> --
> 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/
> 
> 
> 


Casey Schaufler
casey@...aufler-ca.com
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ