Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
Added by recent multislot code:
tsi->tsi_tgt = tgt = class_exp2tgt(req->rq_export);
...
/* check request's xid is consistent with export's last_xid */
if (req->rq_export != NULL) {
...
At this point we certainly cannot have NULL req->rq_export so that condition is totally unneeded.