dont stuff nfs mount point flags into the statfs f_flags member, its
authorthib <thib@openbsd.org>
Mon, 28 Jul 2008 13:35:14 +0000 (13:35 +0000)
committerthib <thib@openbsd.org>
Mon, 28 Jul 2008 13:35:14 +0000 (13:35 +0000)
commitc89411faaf0a29557a98b1b57d53ebd281e5f2d4
tree256922dacb5324e357423b506c74ab5e9ae870b6
parent5c7dd751ecfd324f3ba7c1f7edf43a3831754ce4
dont stuff nfs mount point flags into the statfs f_flags member, its
wrong. But this was harmless anyway since sys_statfs() sets this field
corrently after calling VFS_STATFS();

ok pedro@, blambert@
sys/nfs/nfs_vfsops.c