commit | 57a929a66f5a7c9363b1caa63db2bd9a3ffa6e49 | [log] [tgz] |
---|---|---|
author | Long Li <longli@microsoft.com> | Wed May 30 12:47:53 2018 -0700 |
committer | Steve French <stfrench@microsoft.com> | Wed May 30 16:06:12 2018 -0500 |
tree | 163f8fe332d7a52369cc2ff0e73a3c24f81a5e34 | |
parent | eccb4422cf97a4b0daf97b3f3d68044514fea7bd [diff] |
CIFS: Introduce offset for the 1st page in data transfer structures When direct I/O is used, the data buffer may not always align to page boundaries. Introduce a page offset in transport data structures to describe the location of the buffer within the page. Also change the function to pass the page offset when sending data to transport. Signed-off-by: Long Li <longli@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>