diff options
-rw-r--r-- | fs/nfsd/nfs4xdr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index fdc09a52cd8d..706ada1956c1 100644 --- a/fs/nfsd/nfs4xdr.c +++ b/fs/nfsd/nfs4xdr.c | |||
@@ -677,6 +677,8 @@ static __be32 nfsd4_decode_share_access(struct nfsd4_compoundargs *argp, u32 *x) | |||
677 | switch (w) { | 677 | switch (w) { |
678 | case NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL: | 678 | case NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL: |
679 | case NFS4_SHARE_PUSH_DELEG_WHEN_UNCONTENDED: | 679 | case NFS4_SHARE_PUSH_DELEG_WHEN_UNCONTENDED: |
680 | case (NFS4_SHARE_SIGNAL_DELEG_WHEN_RESRC_AVAIL | | ||
681 | NFS4_SHARE_PUSH_DELEG_WHEN_UNCONTENDED): | ||
680 | return nfs_ok; | 682 | return nfs_ok; |
681 | } | 683 | } |
682 | xdr_error: | 684 | xdr_error: |