commit | 7b7f2bdf829ecf21845c0a571847ea18c6934970 | [log] [tgz] |
---|---|---|
author | Long Li <longli@microsoft.com> | Wed May 30 12:47:58 2018 -0700 |
committer | Steve French <stfrench@microsoft.com> | Tue Jun 05 17:41:00 2018 -0500 |
tree | 216f146f9c716800d304ed0ac329fb2ad91977b0 | |
parent | c06a0f2dff704d9f734ff0d3d4812ccfc46ed8d0 [diff] |
CIFS: Introduce helper function to get page offset and length in smb_rqst Introduce a function rqst_page_get_length to return the page offset and length for a given page in smb_rqst. This function is to be used by following patches. Signed-off-by: Long Li <longli@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>