diff options
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 014f26c7864f..0cff7fe986e8 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -231,7 +231,7 @@ extern int CIFSSMBRename(const int xid, struct cifsTconInfo *tcon, | |||
231 | const struct nls_table *nls_codepage, | 231 | const struct nls_table *nls_codepage, |
232 | int remap_special_chars); | 232 | int remap_special_chars); |
233 | extern int CIFSSMBRenameOpenFile(const int xid, struct cifsTconInfo *pTcon, | 233 | extern int CIFSSMBRenameOpenFile(const int xid, struct cifsTconInfo *pTcon, |
234 | int netfid, char *target_name, | 234 | int netfid, const char *target_name, |
235 | const struct nls_table *nls_codepage, | 235 | const struct nls_table *nls_codepage, |
236 | int remap_special_chars); | 236 | int remap_special_chars); |
237 | extern int CIFSCreateHardLink(const int xid, | 237 | extern int CIFSCreateHardLink(const int xid, |