In article <[email protected]>, Paul Goyette <[email protected]> wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: pgoyette >Date: Tue Dec 22 23:54:37 UTC 2015 > >Modified Files: > src/sys/miscfs/specfs: spec_vnops.c > >Log Message: >If we attempt to autoload a driver module, make sure we return an error >if it fails. Otherwise we might end up calling a builtin-but-disabled >driver module and that can generate all sorts of issues...
Is there a reason to override the error? christos
