]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Convert the filesystem type returned in struct statfs by syscalls
authorMarcel Moolenaar <marcel@FreeBSD.org>
Sat, 8 Jan 2000 21:09:41 +0000 (21:09 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Sat, 8 Jan 2000 21:09:41 +0000 (21:09 +0000)
commitdca60efcc9a4c20024da445523989ef6092d4ec4
tree9fc1a2af83c4f5666adb5979a5e6a92a21447506
parent6f9e728a485341464598e8512976d5d6ca1a3e91
Convert the filesystem type returned in struct statfs by syscalls
linux_statfs and linux_fstatfs. Linux binaries testing this expect
the filesystem's magic number and not our vnode's tag.

PR: 15425
Tested by: Vladimir N. Silyaev <vsilyaev@mindspring.com>
sys/compat/linux/linux_stats.c
sys/i386/linux/linux_stats.c