NFSv4: Refactor _nfs4_proc_exchange_id()
authorTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 31 Jul 2017 22:38:50 +0000 (18:38 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 7 Aug 2017 13:32:55 +0000 (09:32 -0400)
commit9c760d1fd513053410e10d5f507daad56aeec7db
tree33af8b30ce140feda714bd845137557a9fa74644
parentaae4e7a8bc44722fe70d58920a36916b1043195e
NFSv4: Refactor _nfs4_proc_exchange_id()

Tease apart the functionality in nfs4_exchange_id_done() so that
it is easier to debug exchange id vs trunking issues by moving
all the processing out of nfs4_exchange_id_done() and into the
callers.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4proc.c