mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
5d4ca75e56
completely understand], md_takeroot() runs before md_preloaded(), rendering both useless. As a fix, move the body (effectively one line!) of md_takeroot() into md_preloaded(), and get rid of the stuff that has become useless. Bug and fix reported 10 days ago on -current, no reply.