summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_misc.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-10-05 11:10:55 +0000
committerobrien <obrien@FreeBSD.org>1998-10-05 11:10:55 +0000
commit18fd7ac3576d7ab17f16bad6c04bd06442845d2f (patch)
treef85ed2cab848713e7a6c9cf8fc3fafa42cf6bf8d /sys/compat/linux/linux_misc.c
parente2e5ad22f0372440d217b9b139e6abcbd2130135 (diff)
downloadFreeBSD-src-18fd7ac3576d7ab17f16bad6c04bd06442845d2f.zip
FreeBSD-src-18fd7ac3576d7ab17f16bad6c04bd06442845d2f.tar.gz
Taking the GENERIC kernel and commenting out MSDOSFS, CD9660{,_ROOT}, PROCFS,
NFS_ROOT will produce kernel that cannot mount a UFS /. Vfs type numbers must be distinct from VFS_GENERIC (and VFS_VFSCONF, but that has the same value and should go away). The problem happens because NFS is the first vfs (in sys/conf order) so it gets type number 0 and conflicts harmfully with VFS_GENERIC which is also 0. The conflict is apparently harmless in the usual case when another vfs gets type number 0, because nfs is the only vfs that has sysctls. Inital fix by: Dima <dima@tejblum.dnttm.rssi.ru> Reason why it worked by: bde
Diffstat (limited to 'sys/compat/linux/linux_misc.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud