HomeFreeBSD

- LK_RETRY means nothing when passed to VOP_LOCK. Call vn_lock instead.
rS157320Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

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

Details

Provenance
jeffAuthored on
Parents
rS157319: - Add the B_NEEDSGIANT flag which is only set if the vnode that owns a buf
Branches
Unknown
Tags
Unknown

Event Timeline