Page MenuHomeFreeBSD

vfs_lookup(): Use vn_cross_mounts() to cross mount points
Needs ReviewPublic

Authored by olce on Jul 3 2023, 12:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 18, 7:37 PM
Unknown Object (File)
Sun, May 17, 5:14 PM
Unknown Object (File)
Sun, May 17, 2:22 PM
Unknown Object (File)
Sun, May 17, 1:08 PM
Unknown Object (File)
Sat, May 16, 4:51 PM
Unknown Object (File)
Thu, May 7, 1:27 PM
Unknown Object (File)
Thu, May 7, 7:43 AM
Unknown Object (File)
Tue, May 5, 5:54 PM
Subscribers

Details

Reviewers
jah
mjg
kib
markj
Summary

This commit is part of a series whose goal is to remove the VV_CROSSLOCK vnode
flag and logic and fix a timing-dependent deadlock between lookup and unmount.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 52401
Build 49292: arc lint + arc unit

Event Timeline

olce requested review of this revision.Jul 3 2023, 12:53 PM

Revert to unlocking 'ni_dvp' when crossing mounts to avoid the NFS deadlock
problem.