diff options
author | Steve French | 2008-05-15 08:20:02 +0200 |
---|---|---|
committer | Steve French | 2008-05-15 08:20:02 +0200 |
commit | c2cf07d591ef7bc25c220249822d9bdf0f44c75c (patch) | |
tree | 6ed62b119c839f1ed0b7ec1ad5fdf874cf8a9f5a /fs/cifs/cifsproto.h | |
parent | [CIFS] BKL-removal: convert CIFS over to unlocked_ioctl (diff) | |
download | kernel-qcow2-linux-c2cf07d591ef7bc25c220249822d9bdf0f44c75c.tar.gz kernel-qcow2-linux-c2cf07d591ef7bc25c220249822d9bdf0f44c75c.tar.xz kernel-qcow2-linux-c2cf07d591ef7bc25c220249822d9bdf0f44c75c.zip |
[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, extern int CIFSGetDFSRefer(const int xid, struct cifsSesInfo *ses, const unsigned char *searchName, - unsigned char **targetUNCs, - unsigned int *number_of_UNC_in_array, + struct dfs_info3_param **target_nodes, + unsigned int *number_of_nodes_in_array, const struct nls_table *nls_codepage, int remap); extern int get_dfs_path(int xid, struct cifsSesInfo *pSesInfo, |