diff options
author | jeff <jeff@FreeBSD.org> | 2006-03-31 02:59:23 +0000 |
---|---|---|
committer | jeff <jeff@FreeBSD.org> | 2006-03-31 02:59:23 +0000 |
commit | 73f46586c6a7502142873c6d714c639b83e8e1e0 (patch) | |
tree | 16909223767dc5fa5f6b7c5d75dff8eb7ba84491 /sys/kern/vfs_subr.c | |
parent | 2086f279cf6f34c84b68782651af859bd337032d (diff) | |
download | FreeBSD-src-73f46586c6a7502142873c6d714c639b83e8e1e0.zip FreeBSD-src-73f46586c6a7502142873c6d714c639b83e8e1e0.tar.gz |
- LK_RETRY means nothing when passed to VOP_LOCK. Call vn_lock instead.
- Move the vn_lock of the dvp until after we've unbusied the filesystem
to avoid a LOR with the mount point lock.
- In the v_mountedhere while loop we acquire a new instance of giant each
time through without releasing the first. This would cause us to leak
Giant.
Sponsored by: Isilon Systems, Inc.
Diffstat (limited to 'sys/kern/vfs_subr.c')
0 files changed, 0 insertions, 0 deletions