Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 May 2005 15:57:10 +0000 (UTC)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfsclient nfs_vfsops.c
Message-ID:  <200505021557.j42FvAdL053713@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505021557.j42FvAdL053713>