From: J. Bruce Fields Date: Wed, 12 Sep 2012 13:59:17 +0000 (-0400) Subject: nfsd4: remove redundant callback probe X-Git-Tag: v3.7-rc1~24^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a3b15634279aa6740f9b829d25db32024b2ca7c;p=pandora-kernel.git nfsd4: remove redundant callback probe Both nfsd4_init_conn and alloc_init_session are probing the callback channel, harmless but pointless. Also, nfsd4_init_conn should probably be probing in the "unknown" case as well. In fact I don't see any harm to just doing it unconditionally when we get a new backchannel connection. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed