Add PSEUDOFS_TRACE option.
This commit is contained in:
parent
5cdd064d8a
commit
bcc1205c89
@ -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):
|
||||
|
@ -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
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
KMOD= pseudofs
|
||||
SRCS= opt_mac.h \
|
||||
opt_pseudofs.h \
|
||||
vnode_if.h \
|
||||
pseudofs.c \
|
||||
pseudofs_fileno.c \
|
||||
|
Loading…
x
Reference in New Issue
Block a user