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:

committed by
Steve French

parent
09a4707e76
commit
c9de5c80d5
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user