Module Name: src Committed By: mlelstv Date: Sun Apr 28 21:34:31 UTC 2013
Modified Files: src/sys/kern: vfs_mount.c Log Message: fix locking order mountlist_lock -> mnt_unmounting. Set IMNT_GONE early to protect against concurrent dounmount() and vfs_busy() before the mountpoint is removed from mount list. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 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.