diff options
| -rw-r--r-- | fs/nfsd/nfs4xdr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index c6766af00d98..6e7f10a89354 100644 --- a/fs/nfsd/nfs4xdr.c +++ b/fs/nfsd/nfs4xdr.c | |||
| @@ -588,8 +588,6 @@ nfsd4_decode_lockt(struct nfsd4_compoundargs *argp, struct nfsd4_lockt *lockt) | |||
| 588 | READ_BUF(lockt->lt_owner.len); | 588 | READ_BUF(lockt->lt_owner.len); |
| 589 | READMEM(lockt->lt_owner.data, lockt->lt_owner.len); | 589 | READMEM(lockt->lt_owner.data, lockt->lt_owner.len); |
| 590 | 590 | ||
| 591 | if (argp->minorversion && !zero_clientid(&lockt->lt_clientid)) | ||
| 592 | return nfserr_inval; | ||
| 593 | DECODE_TAIL; | 591 | DECODE_TAIL; |
| 594 | } | 592 | } |
| 595 | 593 | ||
