commit | 6a3b15634279aa6740f9b829d25db32024b2ca7c | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Wed Sep 12 09:59:17 2012 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Oct 01 17:40:03 2012 -0400 |
tree | 854e3de761680d5ba7bd0d6bf8635a0ab2ee8d15 | |
parent | 8f9d3d3b7cd25763efec91db23a1cce1971147c2 [diff] |
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 <bfields@redhat.com>