Module Name: src Committed By: hannken Date: Wed May 24 09:53:55 UTC 2017
Modified Files: src/sys/kern: vfs_mount.c vfs_subr.c src/sys/miscfs/genfs: genfs_vfsops.c src/sys/sys: mount.h param.h Log Message: With dounmount() working on a suspended file system remove no longer needed fields mnt_busynest and mnt_unmounting from struct mount. Welcome to 7.99.73 To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/kern/vfs_mount.c cvs rdiff -u -r1.465 -r1.466 src/sys/kern/vfs_subr.c cvs rdiff -u -r1.6 -r1.7 src/sys/miscfs/genfs/genfs_vfsops.c cvs rdiff -u -r1.227 -r1.228 src/sys/sys/mount.h cvs rdiff -u -r1.539 -r1.540 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.