Page MenuHomeFreeBSD

fix nfs_ioctl() so that it does not use v_mount when the vnode is unlocked
ClosedPublic

Authored by rmacklem on Sep 30 2022, 9:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 13, 4:15 AM
Unknown Object (File)
Mon, Nov 10, 11:13 AM
Unknown Object (File)
Sat, Nov 8, 11:28 AM
Unknown Object (File)
Fri, Oct 31, 6:46 PM
Unknown Object (File)
Tue, Oct 28, 10:05 PM
Unknown Object (File)
Oct 14 2025, 5:18 AM
Unknown Object (File)
Oct 13 2025, 12:39 PM
Unknown Object (File)
Oct 10 2025, 4:41 AM
Subscribers

Details

Summary

Commit ab17854f974b fixed access to v_mount when the
vnode is unlocked for nfs_copy_file_range().

This patch does the same for nfs_ioctl().

Test Plan

Tested for NFSv3 and NFSv4.2 mounts (without and
with a Seek operation).

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable