mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-30 10:49:28 +00:00
nfsd4: implement new 4.1 open reclaim types
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
a8d86cd75b
commit
8b289b2c23
4 changed files with 28 additions and 15 deletions
|
@ -410,7 +410,10 @@ enum open_claim_type4 {
|
|||
NFS4_OPEN_CLAIM_NULL = 0,
|
||||
NFS4_OPEN_CLAIM_PREVIOUS = 1,
|
||||
NFS4_OPEN_CLAIM_DELEGATE_CUR = 2,
|
||||
NFS4_OPEN_CLAIM_DELEGATE_PREV = 3
|
||||
NFS4_OPEN_CLAIM_DELEGATE_PREV = 3,
|
||||
NFS4_OPEN_CLAIM_FH = 4, /* 4.1 */
|
||||
NFS4_OPEN_CLAIM_DELEG_CUR_FH = 5, /* 4.1 */
|
||||
NFS4_OPEN_CLAIM_DELEG_PREV_FH = 6, /* 4.1 */
|
||||
};
|
||||
|
||||
enum opentype4 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue