diff options
author | Steve French <smfrench@gmail.com> | 2012-09-18 19:20:31 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-09-24 22:46:29 -0400 |
commit | d6e906f1b571d15ff5778a049802f6ef6f70159a (patch) | |
tree | 25dd58336fed99bacea189a2fb632221a0d6f1aa /fs/cifs/cifsproto.h | |
parent | 35143eb5c2e3ae6c91b29144449d23f05f573796 (diff) |
CIFS: Move hardlink to ops struct
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index eecd233c6912..3c50555c7735 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -316,11 +316,9 @@ extern int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *tcon, | |||
316 | int netfid, const char *target_name, | 316 | int netfid, const char *target_name, |
317 | const struct nls_table *nls_codepage, | 317 | const struct nls_table *nls_codepage, |
318 | int remap_special_chars); | 318 | int remap_special_chars); |
319 | extern int CIFSCreateHardLink(const unsigned int xid, | 319 | extern int CIFSCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon, |
320 | struct cifs_tcon *tcon, | 320 | const char *from_name, const char *to_name, |
321 | const char *fromName, const char *toName, | 321 | struct cifs_sb_info *cifs_sb); |
322 | const struct nls_table *nls_codepage, | ||
323 | int remap_special_chars); | ||
324 | extern int CIFSUnixCreateHardLink(const unsigned int xid, | 322 | extern int CIFSUnixCreateHardLink(const unsigned int xid, |
325 | struct cifs_tcon *tcon, | 323 | struct cifs_tcon *tcon, |
326 | const char *fromName, const char *toName, | 324 | const char *fromName, const char *toName, |