Module Name: src Committed By: hannken Date: Fri Jan 27 10:46:18 UTC 2017
Modified Files: src/sys/kern: vfs_mount.c Log Message: When called with WRITECLOSE vflush() must sync the vnode and take care of unlinked but open vnodes. PR kern/30525 remounting ffs read-only (mount -ur) does not sync metadata. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/kern/vfs_mount.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.