Discussion:
RFC: deprecate CALLOUT_MPSAFE
Jung-uk Kim
2015-05-22 00:56:27 UTC
Permalink
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., more than ten
years for CURRENT. However, it is continuously misused as mpsafe
argument for callout_init(9). This patch cleans up callout_init()
calls and deprecate the flag.

https://reviews.freebsd.org/D2613

Any objections?

Jung-uk Kim
Jung-uk Kim
2015-05-22 16:53:33 UTC
Permalink
Post by Jung-uk Kim
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., more than
ten years for CURRENT. However, it is continuously misused as
mpsafe argument for callout_init(9). This patch cleans up
callout_init() calls and deprecates the flag.
https://reviews.freebsd.org/D2613
FYI, I decided to go ahead and commit this patch. Then, we will
remove the mpsafe argument from callout_init() as glebius suggested.

https://reviews.freebsd.org/D2613#48639

Jung-uk Kim

Loading...