Page MenuHomeFreeBSD

Push down td in nfsrvd_dorpc().
ClosedPublic

Authored by trasz on Mar 1 2019, 1:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 8, 4:00 AM
Unknown Object (File)
Mon, Sep 29, 6:13 AM
Unknown Object (File)
Thu, Sep 25, 3:18 AM
Unknown Object (File)
Wed, Sep 24, 11:27 PM
Unknown Object (File)
Sep 10 2025, 4:44 PM
Unknown Object (File)
Aug 27 2025, 2:05 PM
Unknown Object (File)
Aug 15 2025, 9:58 PM
Unknown Object (File)
Aug 14 2025, 2:25 PM
Subscribers

Details

Summary

Push down td in nfsrvd_dorpc() - make it use curthread instead
of it being explicitly passed as an argument. No functional changes.
It's trivial, but I'd prefer a second set of eyes.

The big picture here is that I want to get rid of the 'td' argument
being passed everywhere throughout the kernel, and this is the first
piece that affects NFS server.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable