Module Name: src Committed By: mlelstv Date: Fri Apr 26 22:27:17 UTC 2013
Modified Files: src/sys/kern: vfs_mount.c src/sys/sys: mount.h Log Message: Correct umount semantics to return EBUSY when a filesystem is busy instead of failing filesystem operations with EBUSY when attempting an umount. This fixes kern/38141. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/kern/vfs_mount.c cvs rdiff -u -r1.208 -r1.209 src/sys/sys/mount.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.