HomeFreeBSD

Push down td in nfsrvd_dorpc() - make it use curthread instead

Description

Push down td in nfsrvd_dorpc() - make it use curthread instead
of it being explicitly passed as an argument. No functional changes.

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

Reviewed by: rmacklem
MFC after: 2 weeks
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D19417

Details

Provenance
traszAuthored on
Reviewer
rmacklem
Differential Revision
D19417: Push down td in nfsrvd_dorpc().
Parents
rS344757: Fix double free in case of mount error.
Branches
Unknown
Tags
Unknown