diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2012-09-18 19:20:30 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-09-24 22:46:28 -0400 |
commit | 8ceb984379462f94bdebef3288d569c6e1f912ea (patch) | |
tree | 6aa83326bf1b54ba9e464b886c0749349506033c /fs/cifs/smb1ops.c | |
parent | 3c1bf7e48e9e463b65b1b90da4500a93dd2b27a7 (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/smb1ops.c')
-rw-r--r-- | fs/cifs/smb1ops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/smb1ops.c b/fs/cifs/smb1ops.c index aa55c2fbf793..377392003655 100644 --- a/fs/cifs/smb1ops.c +++ b/fs/cifs/smb1ops.c | |||
@@ -800,6 +800,7 @@ struct smb_version_operations smb1_operations = { | |||
800 | .rmdir = CIFSSMBRmDir, | 800 | .rmdir = CIFSSMBRmDir, |
801 | .unlink = CIFSSMBDelFile, | 801 | .unlink = CIFSSMBDelFile, |
802 | .rename_pending_delete = cifs_rename_pending_delete, | 802 | .rename_pending_delete = cifs_rename_pending_delete, |
803 | .rename = CIFSSMBRename, | ||
803 | .open = cifs_open_file, | 804 | .open = cifs_open_file, |
804 | .set_fid = cifs_set_fid, | 805 | .set_fid = cifs_set_fid, |
805 | .close = cifs_close_file, | 806 | .close = cifs_close_file, |