aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h
diff options
context:
space:
mode:
authorPavel Shilovsky <pshilovsky@samba.org>2012-09-18 19:20:30 -0400
committerSteve French <smfrench@gmail.com>2012-09-24 22:46:28 -0400
commit8ceb984379462f94bdebef3288d569c6e1f912ea (patch)
tree6aa83326bf1b54ba9e464b886c0749349506033c /fs/cifs/cifsproto.h
parent3c1bf7e48e9e463b65b1b90da4500a93dd2b27a7 (diff)
CIFS: Move rename to ops struct
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r--fs/cifs/cifsproto.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h
index 541738fcaebc..eecd233c6912 100644
--- a/fs/cifs/cifsproto.h
+++ b/fs/cifs/cifsproto.h
@@ -310,9 +310,8 @@ extern int CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon,
310extern int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon, 310extern int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon,
311 const char *name, struct cifs_sb_info *cifs_sb); 311 const char *name, struct cifs_sb_info *cifs_sb);
312extern int CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon, 312extern int CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon,
313 const char *fromName, const char *toName, 313 const char *from_name, const char *to_name,
314 const struct nls_table *nls_codepage, 314 struct cifs_sb_info *cifs_sb);
315 int remap_special_chars);
316extern int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *tcon, 315extern int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *tcon,
317 int netfid, const char *target_name, 316 int netfid, const char *target_name,
318 const struct nls_table *nls_codepage, 317 const struct nls_table *nls_codepage,