Add PSEUDOFS_TRACE option.

This commit is contained in:
Dag-Erling Smørgrav 2005-03-14 16:04:27 +00:00
parent 5cdd064d8a
commit bcc1205c89
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143594
3 changed files with 5 additions and 0 deletions

View File

@ -807,6 +807,7 @@ options NULLFS #NULL filesystem
options PORTALFS #Portal filesystem
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
options PSEUDOFS_TRACE #Debugging support for PSEUDOFS
options SMBFS #SMB/CIFS filesystem
options UDF #Universal Disk Format
# Broken (seriously (functionally) broken):

View File

@ -181,6 +181,9 @@ UDF opt_dontuse.h
UMAPFS opt_dontuse.h
UNIONFS opt_dontuse.h
# Pseudofs debugging
PSEUDOFS_TRACE opt_pseudofs.h
# Broken - ffs_snapshot() dependency from ufs_lookup() :-(
FFS opt_ffs_broken_fixme.h

View File

@ -4,6 +4,7 @@
KMOD= pseudofs
SRCS= opt_mac.h \
opt_pseudofs.h \
vnode_if.h \
pseudofs.c \
pseudofs_fileno.c \