diff options
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 4857965b22db..b9967adeaa9e 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -208,14 +208,12 @@ extern int CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon, | |||
208 | extern int CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon, | 208 | extern int CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon, |
209 | u16 netfid, FILE_ALL_INFO *pFindData); | 209 | u16 netfid, FILE_ALL_INFO *pFindData); |
210 | extern int CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon, | 210 | extern int CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon, |
211 | const unsigned char *searchName, | 211 | const char *search_Name, FILE_ALL_INFO *data, |
212 | FILE_ALL_INFO *findData, | 212 | int legacy /* whether to use old info level */, |
213 | int legacy /* whether to use old info level */, | 213 | const struct nls_table *nls_codepage, int remap); |
214 | const struct nls_table *nls_codepage, int remap); | ||
215 | extern int SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon, | 214 | extern int SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon, |
216 | const unsigned char *searchName, | 215 | const char *search_name, FILE_ALL_INFO *data, |
217 | FILE_ALL_INFO *findData, | 216 | const struct nls_table *nls_codepage, int remap); |
218 | const struct nls_table *nls_codepage, int remap); | ||
219 | 217 | ||
220 | extern int CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon, | 218 | extern int CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon, |
221 | u16 netfid, FILE_UNIX_BASIC_INFO *pFindData); | 219 | u16 netfid, FILE_UNIX_BASIC_INFO *pFindData); |