CIFS: Add SMB2 support for hardlink operation
[linux-2.6-block.git] / fs / cifs / smb2ops.c
index 5aaccb0f3aae09f1c7bdb9c23ca3541a73dfe750..75693e983e76cb2bca6fb5184f04e8629b0a90a8 100644 (file)
@@ -452,6 +452,7 @@ struct smb_version_operations smb21_operations = {
        .rmdir = smb2_rmdir,
        .unlink = smb2_unlink,
        .rename = smb2_rename_path,
+       .create_hardlink = smb2_create_hardlink,
        .open = smb2_open_file,
        .set_fid = smb2_set_fid,
        .close = smb2_close_file,