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/smb1ops.c | |
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/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 377392003655..e5d63444f0ff 100644 --- a/fs/cifs/smb1ops.c +++ b/fs/cifs/smb1ops.c | |||
@@ -801,6 +801,7 @@ struct smb_version_operations smb1_operations = { | |||
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 | .rename = CIFSSMBRename, |
804 | .create_hardlink = CIFSCreateHardLink, | ||
804 | .open = cifs_open_file, | 805 | .open = cifs_open_file, |
805 | .set_fid = cifs_set_fid, | 806 | .set_fid = cifs_set_fid, |
806 | .close = cifs_close_file, | 807 | .close = cifs_close_file, |