|
@@ -677,6 +677,8 @@ static __be32 nfsd4_decode_share_access(struct nfsd4_compoundargs *argp, u32 *x)
|
|
switch (w) {
|
|
switch (w) {
|
|
case NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL:
|
|
case NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL:
|
|
case NFS4_SHARE_PUSH_DELEG_WHEN_UNCONTENDED:
|
|
case NFS4_SHARE_PUSH_DELEG_WHEN_UNCONTENDED:
|
|
|
|
+ case (NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL |
|
|
|
|
+ NFS4_SHARE_PUSH_DELEG_WHEN_UNCONTENDED):
|
|
return nfs_ok;
|
|
return nfs_ok;
|
|
}
|
|
}
|
|
xdr_error:
|
|
xdr_error:
|