6015 vnode: v_path reading should be protected by v_lock
Review Request #592 - Created June 20, 2017 and updated
Information | |
---|---|
Marcel Telka | |
illumos-gate | |
master | |
6015 | |
4a0b6f7... | |
Reviewers | |
general | |
This fix modifies the v_path readers of vnode to protect their access to v_path by v_lock.
I ran a debug build with this fix for a while to make sure there is no problem introduced.