XPT_TEMP
if (test_bit(XPT_TEMP, &xpt->xpt_flags) &&
if (rqstp->rq_xprt && test_bit(XPT_TEMP, &rqstp->rq_xprt->xpt_flags))
if (test_bit(XPT_TEMP, &xprt->xpt_flags) &&
clear_bit(XPT_TEMP, &new->xpt_flags);
set_bit(XPT_TEMP, &newxpt->xpt_flags);