Peter Schwenke has uploaded this change for review.
FSAL_VFS: Lock reclaim not working on NFSv4.1 due to locks not being released
Fixes: https://github.com/nfs-ganesha/nfs-ganesha/issues/1237
In the case of NFSv4.1, the Linux NFS client doesn't send an IP address
in the eia_clientowner field during the OP_EXCHANGE_ID op. NFS-Ganesha
pulls the address out of the socket information and puts it in
cr_server_addr. In 4.0 cr_server_addr is 0. But the OP_SETCLIENTID op
sends an IP address in id_val.
Change-Id: I59d4e895a40b060b8477f8daf900a5ddaa5da1c1
Signed-off-by: Peter Schwenke <pschwenke@ddn.com>
---
M src/SAL/nfs4_recovery.c
1 file changed, 38 insertions(+), 4 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/32/1209432/1
To view, visit change 1209432. To unsubscribe, or for help writing mail filters, visit settings.