CIFS: Move rename to ops struct
[deliverable/linux.git] / fs / cifs / smb1ops.c
index aa55c2fbf793e7d7b85febe33bbc65615346a37f..3773920036557704589bb31f8f1c92ab4df1cf8a 100644 (file)
@@ -800,6 +800,7 @@ struct smb_version_operations smb1_operations = {
        .rmdir = CIFSSMBRmDir,
        .unlink = CIFSSMBDelFile,
        .rename_pending_delete = cifs_rename_pending_delete,
+       .rename = CIFSSMBRename,
        .open = cifs_open_file,
        .set_fid = cifs_set_fid,
        .close = cifs_close_file,
This page took 0.023227 seconds and 5 git commands to generate.