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.