From: Benny Halevy Date: Sun, 28 Sep 2008 06:21:26 +0000 (+0300) Subject: nfsd: use nfs client rpc callback program X-Git-Tag: v2.6.28-rc1~576^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5b337b4877f7c4e1d761434ee04d045b0201e03;p=pandora-kernel.git nfsd: use nfs client rpc callback program since commit ff7d9756b501744540be65e172d27ee321d86103 "nfsd: use static memory for callback program and stats" do_probe_callback uses a static callback program (NFS4_CALLBACK) rather than the one set in clp->cl_callback.cb_prog as passed in by the client in setclientid (4.0) or create_session (4.1). This patches introduces rpc_create_args.prognumber that allows overriding program->number when creating rpc_clnt. Signed-off-by: Benny Halevy Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed