CIFS: When sending data on socket, pass the correct page offset
authorLong Li <longli@microsoft.com>
Wed, 30 May 2018 19:47:59 +0000 (12:47 -0700)
committerSteve French <stfrench@microsoft.com>
Tue, 5 Jun 2018 22:41:27 +0000 (17:41 -0500)
commite8157b2729c9a3d1d331eb5714d0651e3bd271ea
tree327015fd8eea2de47a8d7b3098d39656705f31c4
parent7b7f2bdf829ecf21845c0a571847ea18c6934970
CIFS: When sending data on socket, pass the correct page offset

It's possible that the offset is non-zero in the page to send, change the
function to pass this offset to socket.

Signed-off-by: Long Li <longli@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/transport.c