RE: [Patch v2 06/15] CIFS: Introduce helper function to get page offset and length in smb_rqst

2018-06-26 Thread Long Li
> Subject: Re: [Patch v2 06/15] CIFS: Introduce helper function to get page > offset and length in smb_rqst > > On 6/25/2018 5:14 PM, Long Li wrote: > >> Subject: Re: [Patch v2 06/15] CIFS: Introduce helper function to get > >> page offset and length in smb_rqst

Re: [Patch v2 06/15] CIFS: Introduce helper function to get page offset and length in smb_rqst

2018-06-26 Thread Tom Talpey
On 6/25/2018 5:14 PM, Long Li wrote: Subject: Re: [Patch v2 06/15] CIFS: Introduce helper function to get page offset and length in smb_rqst On 5/30/2018 3:47 PM, Long Li wrote: From: Long Li Introduce a function rqst_page_get_length to return the page offset and length for a given page in

RE: [Patch v2 06/15] CIFS: Introduce helper function to get page offset and length in smb_rqst

2018-06-25 Thread Long Li
> Subject: Re: [Patch v2 06/15] CIFS: Introduce helper function to get page > offset and length in smb_rqst > > On 5/30/2018 3:47 PM, Long Li wrote: > > From: Long Li > > > > Introduce a function rqst_page_get_length to return the page offset > > and lengt

Re: [Patch v2 06/15] CIFS: Introduce helper function to get page offset and length in smb_rqst

2018-06-23 Thread Tom Talpey
On 5/30/2018 3:47 PM, Long Li wrote: From: Long Li 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 --- fs/cifs/cifsproto.h | 3 +++ fs/cifs/misc.c | 1

[Patch v2 06/15] CIFS: Introduce helper function to get page offset and length in smb_rqst

2018-05-30 Thread Long Li
From: Long Li 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 --- fs/cifs/cifsproto.h | 3 +++ fs/cifs/misc.c | 17 + 2 files changed, 20