des 2005-05-17 12:00:43 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vfsops.c Log: Revision 1.173 broke updating a mount from ro to rw. Fix that by clearing the MNT_RDONLY flag if MNT_UPDATE is set and "ro" was not specified. Suggested by: cognet Revision Changes Path 1.175 +11 -1 src/sys/nfsclient/nfs_vfsops.c