Rick Macklem ac0d649588 Silence newer gcc warnings.
Newer versions of gcc generate "might not be initialized" warnings for
several variables in nfsrpc_doiods().  I have checked and all of these
variables are assigned values before they are used.
In the one case of "tdrpc", it could have passed garbage as an argument
to nfscl_dofflayoutio() when mirrorcnt is one. However nfscl_dofflayoutio() only
uses the argument when mirrorcnt > 1, so it wasn't actually broken.
This patch initializes "tdrpc" to avoid confusion and initializes the rest
to make the compiler happy.

Requested by:	mmacy
2018-08-02 20:10:59 +00:00
..
2018-01-24 16:40:26 +00:00
2018-05-13 19:48:30 +00:00
2018-07-31 12:44:28 +00:00
2018-03-17 12:59:55 +00:00
2018-08-02 20:10:59 +00:00
2018-07-29 21:51:17 +00:00
2017-12-19 22:39:05 +00:00