Deleted Added
full compact
35c35
< __FBSDID("$FreeBSD: head/sys/fs/nfsserver/nfs_nfsdkrpc.c 260229 2014-01-03 15:09:59Z mav $");
---
> __FBSDID("$FreeBSD: head/sys/fs/nfsserver/nfs_nfsdkrpc.c 260648 2014-01-14 20:18:38Z mav $");
290,291c290,291
< if (rqst->rq_reply_seq != 0 || SVC_ACK(xprt, NULL))
< nfsrvd_sentcache(rp, rqst->rq_reply_seq);
---
> nfsrvd_sentcache(rp, (rqst->rq_reply_seq != 0 ||
> SVC_ACK(xprt, NULL)), rqst->rq_reply_seq);