This list has been deprecated. Please subscribe to the new devel list at 
lists.nfs-ganesha.org.
>From Frank Filz <ffilz...@mindspring.com>:

Frank Filz has uploaded this change for review. ( 
https://review.gerrithub.io/409092


Change subject: NLM: Adjust lock length if lock end would be > max file size
......................................................................

NLM: Adjust lock length if lock end would be > max file size

Even with reporting INT64_MAX as the max file size, at least one client
(Windows) sends a lock request with length UINT64_MAX.

Instead of allowing that to cause an error, quietly fix the lock length
to indicate "to end of file" if start plus length > max file size.

Change-Id: Ibd0f15091b6338013019e9f566dda33fb4c993ac
Signed-off-by: Frank S. Filz <ffilz...@mindspring.com>
---
M src/Protocols/NLM/nlm_util.c
1 file changed, 19 insertions(+), 0 deletions(-)



  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/92/409092/1
--
To view, visit https://review.gerrithub.io/409092
To unsubscribe, or for help writing mail filters, visit 
https://review.gerrithub.io/settings

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibd0f15091b6338013019e9f566dda33fb4c993ac
Gerrit-Change-Number: 409092
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilz...@mindspring.com>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to