-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nfs: introduce NFS4Client#getOwnerId
Motivation: client's long-hand owner id is a client side identifier which is used by server identify client on initial EXCHANGE_ID or SETCLIENT_ID (v4.0). Moreover, during reboot recovery server uses owner id to find records associated with a previous instance of the server. Modification: add NFS4Client#getOwnerId to make it possible to get client's owner id. Remove NFS4Client#isOwner. Result: Client's long-hand owner id is available for later use. Acked-by: Marina Sahakyan Target: master
- Loading branch information
Showing
2 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters