look_object構造体のサイズが変わったためカーネルABIは大抵崩れます

20060106:
The kernel ABI was mostly destroyed due to a change in the size of struct lock_object which is nested in other structures such as mutexes which are nested in all sorts of other structures. Make sure your kernel and modules are in sync.
すべて並べ変えた他の構造体が含まれるmutexのような他の構造体が含まれるlook_object構造体のサイズが変わったためカーネルABIは大抵崩れます。カーネルとモジュールが同期しているか確認して下さい。
$FreeBSD: src/UPDATING,v 1.432 2006/01/06 19:04:39 jhb Exp $