X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Frx%2Frx_globals.h;h=101c172712b93ec51505b967fbe8284ff7734a6c;hp=684fea297bc310d607b5c15138e2794bd7fe957e;hb=559ea99b;hpb=939e070c869b46abc707bbd916d4dfbe1e66a55e diff --git a/src/rx/rx_globals.h b/src/rx/rx_globals.h index 684fea2..101c172 100644 --- a/src/rx/rx_globals.h +++ b/src/rx/rx_globals.h @@ -203,6 +203,7 @@ EXT struct rx_queue rx_freePacketQueue; if ((p)->flags & RX_PKTFLAG_FREE) \ osi_Panic("rx packet already free\n"); \ (p)->flags |= RX_PKTFLAG_FREE; \ + (p)->flags &= ~(RX_PKTFLAG_TQ|RX_PKTFLAG_IOVQ|RX_PKTFLAG_RQ|RX_PKTFLAG_CP); \ (p)->length = 0; \ (p)->niovecs = 0; \ } while(0)