From ae72d9e2155fc2fbc58c2fcc2e47d10689c5692a Mon Sep 17 00:00:00 2001 From: Steve French Date: Wed, 16 Apr 2008 03:56:51 +0000 Subject: [PATCH] --- yaml --- r: 92948 b: refs/heads/master c: 8d142137b4fe87188f211042b16a5993964226f9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/cifs/cifs_dfs_ref.c | 2 +- trunk/fs/cifs/cifsfs.h | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 73bf4cd6717e..ca6ee793daca 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5d941ca628a142f44d7a2440fe919f8e8691f590 +refs/heads/master: 8d142137b4fe87188f211042b16a5993964226f9 diff --git a/trunk/fs/cifs/cifs_dfs_ref.c b/trunk/fs/cifs/cifs_dfs_ref.c index 56c924033b78..f53f41ff1665 100644 --- a/trunk/fs/cifs/cifs_dfs_ref.c +++ b/trunk/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/trunk/fs/cifs/cifsfs.h b/trunk/fs/cifs/cifsfs.h index 68978306c3ca..e1dd9f32e1d7 100644 --- a/trunk/fs/cifs/cifsfs.h +++ b/trunk/fs/cifs/cifsfs.h @@ -62,11 +62,9 @@ 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; - /* Functions related to files and directories */ extern const struct file_operations cifs_file_ops; extern const struct file_operations cifs_file_direct_ops; /* if directio mnt */