Page MenuHomeFreeBSD

Check for built-in tmpfs module
ClosedPublic

Authored by mhorne on Oct 1 2020, 6:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 18, 9:24 PM
Unknown Object (File)
Fri, Oct 17, 3:34 AM
Unknown Object (File)
Fri, Oct 17, 3:34 AM
Unknown Object (File)
Fri, Oct 17, 3:34 AM
Unknown Object (File)
Thu, Oct 16, 6:26 PM
Unknown Object (File)
Mon, Oct 13, 7:28 AM
Unknown Object (File)
Sat, Oct 11, 10:42 PM
Unknown Object (File)
Thu, Oct 9, 11:10 PM
Subscribers

Details

Summary

As of r363471, tmpfs is included in all GENERIC kernel configs. The
tmpfs tests can still be run successfully, but emit a warning each time
they try to load tmpfs.ko:

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.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable