NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/39263: $ufs kernel module dependency problems



>Number:         39263
>Category:       kern
>Synopsis:       $ufs kernel module dependency problems
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Aug 01 12:50:00 +0000 2008
>Originator:     Antti Kantee
>Release:        
>Organization:
Oh No!  More Fail Systems
>Environment:
>Description:
There is no kernel module for ufs and the ffs module therefore cannot depend on 
it.  However, it is possible to compile a kernel without ufs builtin making the 
ffs kernel module worthless in such scenarios.

The same goes for the ext2fs kernel module, which should depend both on ffs and 
the non-existent ufs, but does so on neither.

The only case when either are useful currently is if only one of them is 
compiled into the kernel (bringing in ufs) and the other is loaded as a module.
>How-To-Repeat:
code inspection
>Fix:



Home | Main Index | Thread Index | Old Index