Bug 28206

Summary: [nullfs] [patch] umapfs/umap_vfsops.c should depend on nullfs [5.0-CURRENT]
Product: Base System Reporter: kabaev <kabaev>
Component: kernAssignee: Boris Popov <bp>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description kabaev 2001-06-16 22:50:00 UTC
	In its current state, it is impossible to load umapfs.ko module
	without getting "exec format error message" from kldload due to
	missing null_bypass symbol.

Fix: Attached patch add required MODULE_DEPEND statement to the umap_vfsops.c
	file and MODULE_VERSION to the null_vfsops.c file. Version 1 has been 
	choosen for nullfs.ko somewhat arbitrary :)

How-To-Repeat: 	kldload umapfs
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2001-07-08 23:20:07 UTC
Responsible Changed
From-To: freebsd-bugs->bp

Boris has been poking in this part of the kernel
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2004-07-16 05:49:55 UTC
State Changed
From-To: open->feedback

Is this still a problem in modern versions of FreeBSD?
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2005-12-04 02:38:57 UTC
State Changed
From-To: feedback->closed

Feedback timeout (> 4 months).