diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-24 13:47:31 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-24 13:47:31 -0700 |
commit | 57675e6e75c18f279b944dc2397cc9fd0053845e (patch) | |
tree | 2e478084ad1985d424627a3d51584042a9dfef5a /fs/cifs/cifs_dfs_ref.c | |
parent | 02f370506822cbff60bbf5b685053fa2e8640811 (diff) | |
parent | a7f796a60bb5dcdc154c3ae04d484a395a60809f (diff) | |
download | linux-57675e6e75c18f279b944dc2397cc9fd0053845e.tar.gz linux-57675e6e75c18f279b944dc2397cc9fd0053845e.tar.bz2 linux-57675e6e75c18f279b944dc2397cc9fd0053845e.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6:
[CIFS] Fix typo in previous commit
[CIFS] Fix define for new proxy cap to match documentation
[CIFS] Fix UNC path prefix on QueryUnixPathInfo to have correct slash
[CIFS] Reserve new proxy cap for WAFS
[CIFS] Add various missing flags and defintions
[CIFS] make cifs_dfs_automount_list_static
[CIFS] Fix oops when slow oplock process races with unmount
[CIFS] Fix acl length when very short ACL being modified by chmod
[CIFS] Fix looping on reconnect to Samba when unexpected tree connect fail on reconnect
[CIFS] minor update to change log
Diffstat (limited to 'fs/cifs/cifs_dfs_ref.c')
-rw-r--r-- | fs/cifs/cifs_dfs_ref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifs_dfs_ref.c b/fs/cifs/cifs_dfs_ref.c index 56c924033b78..f53f41ff1665 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 |