cvs commit: src/sys/nfsclient nfs_vfsops.c
Ian Dowse
iedowse at FreeBSD.org
Mon May 2 08:57:11 PDT 2005
iedowse 2005-05-02 15:57:10 UTC
FreeBSD src repository
Modified files:
sys/nfsclient nfs_vfsops.c
Log:
Don't copy the NFSMNT_* flags into struct statfs's f_flags field,
as they have no connection with the expected MNT_* flags. This bug
was exposed 18 months ago when the assignments to f_flags in
vfs_syscalls.c were moved to before the VFS_STATFS() call. It was
fixed in the CSRG source 10 years ago, but we never picked up that
change.
PR: kern/80390
MFC after: 1 week
Revision Changes Path
1.174 +0 -1 src/sys/nfsclient/nfs_vfsops.c
More information about the cvs-src
mailing list