diff options
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 0cc0612eacb4..28b1ebbd3801 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -275,7 +275,8 @@ extern int CIFSSMBCopy(int xid, | |||
275 | int remap_special_chars); | 275 | int remap_special_chars); |
276 | extern int CIFSSMBNotify(const int xid, struct cifsTconInfo *tcon, | 276 | extern int CIFSSMBNotify(const int xid, struct cifsTconInfo *tcon, |
277 | const int notify_subdirs,const __u16 netfid, | 277 | const int notify_subdirs,const __u16 netfid, |
278 | __u32 filter, const struct nls_table *nls_codepage); | 278 | __u32 filter, struct file * file, int multishot, |
279 | const struct nls_table *nls_codepage); | ||
279 | extern ssize_t CIFSSMBQAllEAs(const int xid, struct cifsTconInfo *tcon, | 280 | extern ssize_t CIFSSMBQAllEAs(const int xid, struct cifsTconInfo *tcon, |
280 | const unsigned char *searchName, char * EAData, | 281 | const unsigned char *searchName, char * EAData, |
281 | size_t bufsize, const struct nls_table *nls_codepage, | 282 | size_t bufsize, const struct nls_table *nls_codepage, |