CIFS: Move async write to ops struct

Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>
This commit is contained in:
Pavel Shilovsky
2012-09-18 16:20:29 -07:00
committed by Steve French
parent 09a4707e76
commit c9de5c80d5
4 changed files with 18 additions and 3 deletions

View File

@@ -786,6 +786,7 @@ struct smb_version_operations smb1_operations = {
.close = cifs_close_file,
.flush = cifs_flush_file,
.async_readv = cifs_async_readv,
.async_writev = cifs_async_writev,
};
struct smb_version_values smb1_values = {