nfsd4: implement new 4.1 open reclaim types
[deliverable/linux.git] / include / linux / nfs4.h
index b875b0324fc0f6e23778da17607b3fffa55d4703..32345c2805c0588bb2373b63e234359271fc7cfe 100644 (file)
@@ -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 {
This page took 0.023859 seconds and 5 git commands to generate.