- Remove the warning about NULL filesystem. It is stable and safe to use in
both 6.x and 7.x. This is based on feedbacks on this thread http://docs.freebsd.org/cgi/getmsg.cgi?fetch=81818+0+current/freebsd-stable and my use it on 6.x. MFC after: 3 days - Update the warning about UNION filesystem. It is now actively maintained, although there are still some issues being resolved. Reviewed by: freebsd-stable@, kris, bmah Approved by: re (bmah)
This commit is contained in:
parent
2de4b931b6
commit
e570d2a417
@ -938,10 +938,12 @@ device harp #Pseudo-interface for NATM
|
||||
# currently be demand-loaded.) Some people still prefer to statically
|
||||
# compile other filesystems as well.
|
||||
#
|
||||
# NB: The NULL, PORTAL, UMAP and UNION filesystems are known to be
|
||||
# buggy, and WILL panic your system if you attempt to do anything with
|
||||
# them. They are included here as an incentive for some enterprising
|
||||
# soul to sit down and fix them.
|
||||
# NB: The PORTAL and UMAP filesystems are known to be buggy, and WILL
|
||||
# panic your system if you attempt to do anything with them. They are
|
||||
# included here as an incentive for some enterprising soul to sit down
|
||||
# and fix them. The UNION filesystem was known to be buggy in the past.
|
||||
# It is now being actively maintained, although there are still some
|
||||
# issues being resolved.
|
||||
#
|
||||
|
||||
# One of these is mandatory:
|
||||
|
Loading…
x
Reference in New Issue
Block a user