freebsd-skq/sys/fs
phk 24596ddb76 Originally when DEVFS was added, a global variable "devfs_present"
was used to control code which were conditional on DEVFS' precense
since this avoided the need for large-scale source pollution with
#include "opt_geom.h"

Now that we approach making DEVFS standard, replace these tests
with an #ifdef to facilitate mechanical removal once DEVFS becomes
non-optional.

No functional change by this commit.
2003-01-19 11:03:07 +00:00
..
cd9660 Temporarily introduce a new VOP_SPECSTRATEGY operation while I try 2003-01-04 22:10:36 +00:00
coda
deadfs
devfs Originally when DEVFS was added, a global variable "devfs_present" 2003-01-19 11:03:07 +00:00
fdescfs Bow to the whining masses and change a union back into void *. Retain 2003-01-13 00:33:17 +00:00
fifofs Bow to the whining masses and change a union back into void *. Retain 2003-01-13 00:33:17 +00:00
hpfs Temporarily introduce a new VOP_SPECSTRATEGY operation while I try 2003-01-04 22:10:36 +00:00
msdosfs Temporarily introduce a new VOP_SPECSTRATEGY operation while I try 2003-01-04 22:10:36 +00:00
ntfs
nullfs
nwfs
portalfs Bow to the whining masses and change a union back into void *. Retain 2003-01-13 00:33:17 +00:00
procfs
pseudofs
smbfs
specfs Don't override the vop_lock, vop_unlock and vop_isunlocked methods. 2003-01-05 19:14:44 +00:00
udf Temporarily introduce a new VOP_SPECSTRATEGY operation while I try 2003-01-04 22:10:36 +00:00
umapfs
unionfs Fake up a struct componentname to pass to VOP_WHITEOUT instead of passing 2003-01-18 01:01:20 +00:00