]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Improved logging of gtaskqueue failues
authorStephen Hurd <shurd@FreeBSD.org>
Thu, 21 Sep 2017 21:14:48 +0000 (21:14 +0000)
committerStephen Hurd <shurd@FreeBSD.org>
Thu, 21 Sep 2017 21:14:48 +0000 (21:14 +0000)
commit326aacb0e34e34c17b43d058d36effa2e53a81d4
treedd34b4986f20b9486a2188a10d67fde8b9767bdf
parent005fdbbc692736b34f73a955a660edc167923e28
Improved logging of gtaskqueue failues

Check the return code of intr_setaffinity() and log any errors
it returns. When a qid is not located, log an error before returning
failure.  Also, use __func__ rather than hardcoding the function name

Reviewed by: sbruno
Approved by: sbruno (mentor)
Sponsored by: Limelight Networks
Differential Revision: https://reviews.freebsd.org/D12436
sys/kern/subr_gtaskqueue.c