diff options
author | Steve French <sfrench@us.ibm.com> | 2008-05-15 02:20:02 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-05-15 02:20:02 -0400 |
commit | c2cf07d591ef7bc25c220249822d9bdf0f44c75c (patch) | |
tree | 6ed62b119c839f1ed0b7ec1ad5fdf874cf8a9f5a /fs/cifs/cifsproto.h | |
parent | f9ddcca4cf7d95238beb295484d1de7c0bf490dd (diff) |
[CIFS] Finishup DFS code
Fixup GetDFSRefer to prepare for cleanup of SMB response processing
Fix build warning in link.c
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 845b18e1abe5..b9f5e935f821 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -146,8 +146,8 @@ extern int CIFSSMBUnixQPathInfo(const int xid, | |||
146 | 146 | ||
147 | extern int CIFSGetDFSRefer(const int xid, struct cifsSesInfo *ses, | 147 | extern int CIFSGetDFSRefer(const int xid, struct cifsSesInfo *ses, |
148 | const unsigned char *searchName, | 148 | const unsigned char *searchName, |
149 | unsigned char **targetUNCs, | 149 | struct dfs_info3_param **target_nodes, |
150 | unsigned int *number_of_UNC_in_array, | 150 | unsigned int *number_of_nodes_in_array, |
151 | const struct nls_table *nls_codepage, int remap); | 151 | const struct nls_table *nls_codepage, int remap); |
152 | 152 | ||
153 | extern int get_dfs_path(int xid, struct cifsSesInfo *pSesInfo, | 153 | extern int get_dfs_path(int xid, struct cifsSesInfo *pSesInfo, |