Skip to content

Commit

Permalink
LINT/LINT64: Sort filesystems.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Wildner committed Oct 19, 2011
1 parent 7d50db8 commit 8124268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sys/config/LINT
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ options NFS #Network filesystem
#options NFS_NOSERVER #Disable the NFS-server code.
options CD9660 #ISO 9660 filesystem
options FDESC #File descriptor filesystem
options HAMMER #HAMMER filesystem
options HPFS #OS/2 File system
options MSDOSFS #MS DOS filesystem
options NTFS #NT filesystem
Expand All @@ -738,9 +739,8 @@ options NWFS #NetWare filesystem
options PORTAL #Portal filesystem
options PROCFS #Process filesystem
options SMBFS #SMB/CIFS filesystem
options UDF #UDF filesystem
options HAMMER #HAMMER filesystem
options TMPFS #Temporary filesystem
options UDF #UDF filesystem

# YYY-DR Till we rework the VOP methods for this filesystem
#options UNION #Union filesystem
Expand Down
4 changes: 2 additions & 2 deletions sys/config/LINT64
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ options NFS #Network filesystem
#options NFS_NOSERVER #Disable the NFS-server code.
options CD9660 #ISO 9660 filesystem
options FDESC #File descriptor filesystem
options HAMMER #HAMMER filesystem
options HPFS #OS/2 File system
options MSDOSFS #MS DOS filesystem
options NTFS #NT filesystem
Expand All @@ -597,9 +598,8 @@ options NWFS #NetWare filesystem
options PORTAL #Portal filesystem
options PROCFS #Process filesystem
options SMBFS #SMB/CIFS filesystem
options UDF #UDF filesystem
options HAMMER #HAMMER filesystem
options TMPFS #Temporary filesystem
options UDF #UDF filesystem

# YYY-DR Till we rework the VOP methods for this filesystem
#options UNION #Union filesystem
Expand Down

0 comments on commit 8124268

Please sign in to comment.