Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 05/17/1999 13:29:06
Module Name: src
Committed By: wrstuden
Date: Mon May 17 20:29:06 UTC 1999
Modified Files:
src/sys/miscfs/umapfs: umap_vnops.c
Log Message:
Remove explicit references to null_bypass (used in umap_lock() and
umap_unlock()) so as to not explicitly depend on nullfs being compiled
into the kernel.
umap_bypass won't be too slow as there are no credentials in these two ops
to need mapping.