HomeFreeBSD

Move td_softdep_cleanup() from userret() to ast(); it's infrequent

Description

Move td_softdep_cleanup() from userret() to ast(); it's infrequent
at best. The schedule_cleanup() function already sets TDF_ASTPENDING.

Reviewed by: kib, mckusick
Tested by: pho
MFC after: 2 weeks
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D26375

Details

Provenance
traszAuthored on
Reviewer
kib
Differential Revision
D26375: Move td_softdep_cleanup() from userret() to ast()
Parents
rS365711: Move TDP_GEOM check from userret() to ast(); this code path is quite
Branches
Loading...
Tags
Loading...