Don't declare __assfail as static
It gets called by dmu_buf_init_user, which is inline but not static. So it
needs global linkage itself.
Reported by: GCC-6
MFC after: 17 days
X-MFC-With: 329722
Don't declare __assfail as static Tags None Referenced Files None Subscribers None
Description
Details
|