Hello All,
Ganesha: V2.5.0.4
Windows client: Windows 10 Pro
I am testing NFSv3 access from windows client.
The git clone operation from windows client fails with permission denied error.
The windows client creates a file with mode as 555 and then tries to
take read+write share reservation on it.
This fails to reopen the file for write. The happens as the
'owner_skip' flag for test_access does not get set for this code path.
The attached patch fixes this.
Please suggest if this is correct way to handle this issue.
Thanks & Regards,
Suhrud