Module Name: src Committed By: hannken Date: Wed May 24 09:53:00 UTC 2017
Modified Files: src/sys/kern: vfs_mount.c vfs_subr.c src/sys/sys: mount.h Log Message: Remove the syncer dance from dounmount(). The syncer skips unmounting file systems as they are suspended. Remove now unused syncer_mutex. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/kern/vfs_mount.c cvs rdiff -u -r1.464 -r1.465 src/sys/kern/vfs_subr.c cvs rdiff -u -r1.226 -r1.227 src/sys/sys/mount.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.