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
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
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
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
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
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.
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