NFS: Get rid of the unneeded addr stored in callback arguments
authorKinglong Mee <kinglongmee@gmail.com>
Thu, 24 Sep 2015 12:55:21 +0000 (20:55 +0800)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 21 Oct 2015 20:49:22 +0000 (15:49 -0500)
commitd4e2ce096101bad9ca5bad3c27488905f91e30cb
treea1e5345da1b298b7357aa3afcd5701745dd838da
parentc646619355d196293daffdbb4fd877c8f5048e49
NFS: Get rid of the unneeded addr stored in callback arguments

Commit c36fca52f5 "NFS refactor nfs_find_client and reference client
across callback processing" has store clp in cb_process_state
which is set in cb_sequence.

So that, it's unneeded to store address pointer in any callback arguments.

Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/callback.h
fs/nfs/callback_xdr.c