]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/cifs/cifsglob.h
CIFS: Move hardlink to ops struct
[karo-tx-linux.git] / fs / cifs / cifsglob.h
index a0105c547ffd30732f303443dc6b5de0a1900208..8595d498ad80d9357308ed70955440c80ff1ec14 100644 (file)
@@ -278,6 +278,10 @@ struct smb_version_operations {
        /* send rename request */
        int (*rename)(const unsigned int, struct cifs_tcon *, const char *,
                      const char *, struct cifs_sb_info *);
+       /* send create hardlink request */
+       int (*create_hardlink)(const unsigned int, struct cifs_tcon *,
+                              const char *, const char *,
+                              struct cifs_sb_info *);
        /* open a file for non-posix mounts */
        int (*open)(const unsigned int, struct cifs_tcon *, const char *, int,
                    int, int, struct cifs_fid *, __u32 *, FILE_ALL_INFO *,