Deleted Added
full compact
37c37
< * $Id: nfs_serv.c,v 1.39 1997/03/25 05:13:40 peter Exp $
---
> * $Id: nfs_serv.c,v 1.40 1997/03/29 12:40:18 bde Exp $
1001a1002
> NFS_DPF(WG, ("Q%03x", nfsd->nd_retxid & 0xfff));
1052a1054
> NFS_DPF(WG, ("P%03x", nfsd->nd_retxid & 0xfff));
1128a1131
> NFS_DPF(WG, ("R%03x", nfsd->nd_retxid & 0xfff));
1187a1191
> NFS_DPF(WG, ("X%03x", nfsd->nd_retxid & 0xfff));
1211a1216
> struct nfsrv_descript *p;
1212a1218,1219
> NFS_DPF(WG, ("C%03x-%03x",
> nfsd->nd_retxid & 0xfff, owp->nd_retxid & 0xfff));
1234a1242,1251
>
> /*
> * If nfsd had anything else coalesced into it, transfer them
> * to owp, otherwise their replies will never get sent.
> */
> for (p = nfsd->nd_coalesce.lh_first; p;
> p = nfsd->nd_coalesce.lh_first) {
> LIST_REMOVE(p, nd_tq);
> LIST_INSERT_HEAD(&owp->nd_coalesce, p, nd_tq);
> }