diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2012-07-13 06:04:46 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-07-27 16:17:16 -0400 |
commit | ff691e969433a54e26fb6502a6613e02c680e8ee (patch) | |
tree | 3a9fdbbcf7adca4f90f303dc65acef7d9d3b16f4 /fs/cifs/cifsproto.h | |
parent | b387e41e523c1aa347cff055455d0dd129357df4 (diff) |
CIFS: Simplify cifs_mkdir call
Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Steve French <smfrench@gmail.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 cf7fb185103c..cc39cc331bb3 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -289,10 +289,10 @@ extern int CIFSSMBUnixSetFileInfo(const unsigned int xid, | |||
289 | u16 fid, u32 pid_of_opener); | 289 | u16 fid, u32 pid_of_opener); |
290 | 290 | ||
291 | extern int CIFSSMBUnixSetPathInfo(const unsigned int xid, | 291 | extern int CIFSSMBUnixSetPathInfo(const unsigned int xid, |
292 | struct cifs_tcon *tcon, char *file_name, | 292 | struct cifs_tcon *tcon, const char *file_name, |
293 | const struct cifs_unix_set_info_args *args, | 293 | const struct cifs_unix_set_info_args *args, |
294 | const struct nls_table *nls_codepage, | 294 | const struct nls_table *nls_codepage, |
295 | int remap_special_chars); | 295 | int remap); |
296 | 296 | ||
297 | extern int CIFSSMBMkDir(const unsigned int xid, struct cifs_tcon *tcon, | 297 | extern int CIFSSMBMkDir(const unsigned int xid, struct cifs_tcon *tcon, |
298 | const char *newName, | 298 | const char *newName, |