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-next>] [day] [month] [year] [list]
Date:	Tue, 15 Apr 2008 22:58:06 -0500
From:	"Steve French" <smfrench@...il.com>
To:	"Adrian Bunk" <bunk@...nel.org>
Cc:	lkml <linux-kernel@...r.kernel.org>,
	"Q (Igor Mammedov)" <qwerty0987654321@...l.ru>
Subject: Re: Fw: [2.6 patch] make cifs_dfs_automount_list static

Merged into cifs-2.6.git tree

> Adrian Bunk <bunk@...nel.org>
> 04/14/2008 01:13 PM
>
> To
> Igor Mammedov <niallain@...il.com>, Steven French/Austin/IBM@...US
> cc
> linux-cifs-client@...ts.samba.org, linux-kernel@...r.kernel.org
> Subject
> [2.6 patch] make cifs_dfs_automount_list static
>
>
> This patch makes the needlessly global cifs_dfs_automount_list static.
>
> Signed-off-by: Adrian Bunk <bunk@...nel.org>
>
> ---
>
> This patch has been sent on:
> - 31 Mar 2008
>
>  fs/cifs/cifs_dfs_ref.c |    2 +-
>  fs/cifs/cifsfs.h       |    1 -
>  2 files changed, 1 insertion(+), 2 deletions(-)
>
> 7bd42d48fcdcda24f48c025ca4bfd31b2bf77d46 diff --git
> a/fs/cifs/cifs_dfs_ref.c b/fs/cifs/cifs_dfs_ref.c
> index a1a95b0..33719df 100644
> --- a/fs/cifs/cifs_dfs_ref.c
> +++ b/fs/cifs/cifs_dfs_ref.c
> @@ -23,7 +23,7 @@
>  #include "dns_resolve.h"
>  #include "cifs_debug.h"
>
> -LIST_HEAD(cifs_dfs_automount_list);
> +static LIST_HEAD(cifs_dfs_automount_list);
>
>  /*
>  * DFS functions
> diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h
> index 6897830..dbaefc3 100644
> --- a/fs/cifs/cifsfs.h
> +++ b/fs/cifs/cifsfs.h
> @@ -62,7 +62,6 @@ extern int cifs_setattr(struct dentry *, struct iattr
> *);
>
>  extern const struct inode_operations cifs_file_inode_ops;
>  extern const struct inode_operations cifs_symlink_inode_ops;
> -extern struct list_head cifs_dfs_automount_list;
>  extern struct inode_operations cifs_dfs_referral_inode_operations;
>
>

-- 
Thanks,

Steve
--
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