diff options
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index eeb789d8e855..0a3fa960b84d 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -192,11 +192,13 @@ extern int CIFSTCon(unsigned int xid, struct cifs_ses *ses, | |||
192 | 192 | ||
193 | extern int CIFSFindFirst(const int xid, struct cifs_tcon *tcon, | 193 | extern int CIFSFindFirst(const int xid, struct cifs_tcon *tcon, |
194 | const char *searchName, const struct nls_table *nls_codepage, | 194 | const char *searchName, const struct nls_table *nls_codepage, |
195 | __u16 *searchHandle, struct cifs_search_info *psrch_inf, | 195 | __u16 *searchHandle, __u16 search_flags, |
196 | struct cifs_search_info *psrch_inf, | ||
196 | int map, const char dirsep); | 197 | int map, const char dirsep); |
197 | 198 | ||
198 | extern int CIFSFindNext(const int xid, struct cifs_tcon *tcon, | 199 | extern int CIFSFindNext(const int xid, struct cifs_tcon *tcon, |
199 | __u16 searchHandle, struct cifs_search_info *psrch_inf); | 200 | __u16 searchHandle, __u16 search_flags, |
201 | struct cifs_search_info *psrch_inf); | ||
200 | 202 | ||
201 | extern int CIFSFindClose(const int, struct cifs_tcon *tcon, | 203 | extern int CIFSFindClose(const int, struct cifs_tcon *tcon, |
202 | const __u16 search_handle); | 204 | const __u16 search_handle); |