mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add UFS_GJOURNAL options to the GENERIC kernel.
Approved by: re (kensmith)
This commit is contained in:
parent
671901e973
commit
57bcf75fd2
7 changed files with 7 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ options FFS # Berkeley Fast Filesystem
|
|||
options SOFTUPDATES # Enable FFS soft updates support
|
||||
options UFS_ACL # Support for access control lists
|
||||
options UFS_DIRHASH # Improve performance on big directories
|
||||
options UFS_GJOURNAL # Enable gjournal-based UFS journaling.
|
||||
options MD_ROOT # MD is a potential root device
|
||||
options NFSCLIENT # Network Filesystem Client
|
||||
options NFSSERVER # Network Filesystem Server
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ options FFS # Berkeley Fast Filesystem
|
|||
options SOFTUPDATES # Enable FFS soft updates support
|
||||
options UFS_ACL # Support for access control lists
|
||||
options UFS_DIRHASH # Improve performance on big directories
|
||||
options UFS_GJOURNAL # Enable gjournal-based UFS journaling.
|
||||
options MD_ROOT # MD is a potential root device
|
||||
options NFSCLIENT # Network Filesystem Client
|
||||
options NFSSERVER # Network Filesystem Server
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ options SCHED_4BSD # 4BSD scheduler
|
|||
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
|
||||
options SMP # Symmetric Multi-Processor support
|
||||
options SOFTUPDATES # Enable FFS soft updates support
|
||||
options UFS_GJOURNAL # Enable gjournal-based UFS journaling.
|
||||
options SYSVMSG # SYSV-style message queues
|
||||
options SYSVSEM # SYSV-style semaphores
|
||||
options SYSVSHM # SYSV-style shared memory
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ options FFS # Berkeley Fast Filesystem
|
|||
options SOFTUPDATES # Enable FFS soft updates support
|
||||
options UFS_ACL # Support for access control lists
|
||||
options UFS_DIRHASH # Improve performance on big directories
|
||||
options UFS_GJOURNAL # Enable gjournal-based UFS journaling.
|
||||
options MD_ROOT # MD is a potential root device
|
||||
options NFSCLIENT # Network Filesystem Client
|
||||
options NFSSERVER # Network Filesystem Server
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ options FFS #Berkeley Fast Filesystem
|
|||
options SOFTUPDATES #Enable FFS soft updates support
|
||||
options UFS_ACL #Support for access control lists
|
||||
options UFS_DIRHASH #Improve performance on big directories
|
||||
options UFS_GJOURNAL #Enable gjournal-based UFS journaling.
|
||||
options MD_ROOT #MD is a potential root device
|
||||
options NFSCLIENT #Network Filesystem Client
|
||||
options NFSSERVER #Network Filesystem Server
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ options FFS # Berkeley Fast Filesystem
|
|||
options SOFTUPDATES # Enable FFS soft updates support
|
||||
options UFS_ACL # Support for access control lists
|
||||
options UFS_DIRHASH # Improve performance on big directories
|
||||
options UFS_GJOURNAL # Enable gjournal-based UFS journaling.
|
||||
options MD_ROOT # MD is a potential root device
|
||||
options NFSCLIENT # Network Filesystem Client
|
||||
options NFSSERVER # Network Filesystem Server
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ options FFS # Berkeley Fast Filesystem
|
|||
options SOFTUPDATES # Enable FFS soft updates support
|
||||
options UFS_ACL # Support for access control lists
|
||||
options UFS_DIRHASH # Improve performance on big directories
|
||||
options UFS_GJOURNAL # Enable gjournal-based UFS journaling.
|
||||
options MD_ROOT # MD is a potential root device
|
||||
options NFSCLIENT # Network Filesystem Client
|
||||
options NFSSERVER # Network Filesystem Server
|
||||
|
|
|
|||
Loading…
Reference in a new issue