cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c vfs_subr.c

2007-09-12 Thread Konstantin Belousov
kib 2007-09-12 16:31:33 UTC FreeBSD src repository Modified files: sys/sys mount.h sys/kern vfs_mount.c vfs_subr.c Log: When restoring the mount after umount failed, the MNTK_UNMOUNT flag prevents insmntque() from placing reallocated syncer vno

cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c

2007-04-17 Thread Pawel Jakub Dawidek
pjd 2007-04-17 21:14:06 UTC FreeBSD src repository Modified files: sys/sys mount.h sys/kern vfs_mount.c Log: Export vfs_mount_alloc() as it is used in ZFS. Revision ChangesPath 1.258 +1 -3 src/sys/kern/vfs_mount.c 1.225

cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c

2007-01-27 Thread Craig Rodrigues
rodrigc 2007-01-27 21:02:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys mount.h sys/kern vfs_mount.c Log: MFC: mount.h 1.200, 1.217 vfs_mount.c 1.198, 1.243 Add vfs_mount_error() and vfs_deleteopt() functi

cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c

2006-12-16 Thread Craig Rodrigues
rodrigc 2006-12-16 15:44:03 UTC FreeBSD src repository Modified files: sys/sys mount.h sys/kern vfs_mount.c Log: Add a function vfs_deleteopt() which searches through the vfsoptlist linked list of mount options by name, and deletes the option if it

cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c

2006-10-03 Thread Konstantin Belousov
kib 2006-10-03 10:47:04 UTC FreeBSD src repository Modified files: sys/sys mount.h sys/kern vfs_mount.c Log: Fix the remaining race in the revs. 1.232, 1,233 that could occur during unmount when mp structure is reused while waiting for coveredv

cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c vfs_subr.c

2006-02-06 Thread Jeff Roberson
jeff2006-02-06 10:19:50 UTC FreeBSD src repository Modified files: sys/sys mount.h sys/kern vfs_mount.c vfs_subr.c Log: - Add a ref count to the mount structure. Sleep for up to 3 seconds in vfs_mount_destroy waiting for this ref to hit 0.

cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c

2005-11-07 Thread Craig Rodrigues
rodrigc 2005-11-08 04:13:39 UTC FreeBSD src repository Modified files: sys/sys mount.h sys/kern vfs_mount.c Log: Add utility function to propagate mount errors as text string messages. Discussed with: phk Revision ChangesPath