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)
Sat, Dec 28, 12:41 AM
Unknown Object (File)
Sep 27 2024, 9:31 PM
Unknown Object (File)
Sep 24 2024, 11:11 PM
Unknown Object (File)
Sep 24 2024, 4:26 PM
Unknown Object (File)
Sep 24 2024, 12:18 PM
Unknown Object (File)
Sep 24 2024, 12:18 PM
Unknown Object (File)
Sep 24 2024, 12:17 PM
Unknown Object (File)
Sep 24 2024, 12:07 PM
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