RE: [Patch v2 11/15] CIFS: Pass page offset for calculating signature

2018-06-25 Thread Long Li
> Subject: Re: [Patch v2 11/15] CIFS: Pass page offset for calculating signature > > On 5/30/2018 3:48 PM, Long Li wrote: > > From: Long Li > > > > When calculating signature for the packet, it needs to read into the > > correct page offset for the dat

Re: [Patch v2 11/15] CIFS: Pass page offset for calculating signature

2018-06-23 Thread Tom Talpey
On 5/30/2018 3:48 PM, Long Li wrote: From: Long Li When calculating signature for the packet, it needs to read into the correct page offset for the data. Signed-off-by: Long Li --- fs/cifs/cifsencrypt.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fs/cifs/ci

[Patch v2 11/15] CIFS: Pass page offset for calculating signature

2018-05-30 Thread Long Li
From: Long Li When calculating signature for the packet, it needs to read into the correct page offset for the data. Signed-off-by: Long Li --- fs/cifs/cifsencrypt.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fs/cifs/cifsencrypt.c b/fs/cifs/cifsencrypt.c index