Searched hist:"6955543 a8897fd94bf62db1099798f68e323001a" (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/netbsd-tests/fs/ |
H A D | h_funcs.subr | diff 6955543a8897fd94bf62db1099798f68e323001a Fri Oct 02 02:52:31 CEST 2020 Mitchell Horne <mhorne@FreeBSD.org> tmpfs tests: check for built-in tmpfs module
As of r363471, tmpfs is included in all GENERIC kernel configs. This results in a warning being emitted for each call to kldload(8):
module_register: cannot register tmpfs from tmpfs.ko; already loaded from kernel
Check for the presence of the module via kldstat first to quiet this warning.
Reviewed by: asomers, arichardson Differential Revision: https://reviews.freebsd.org/D26632
|