]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitab900fbee8b994ccc98c0f182096730a657e8c2f
tree327015fd8eea2de47a8d7b3098d39656705f31c4
parent1b5570dac55dbaf36aec12a0ff80488020385f15
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