]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nfsd4: remove redundant callback probe
authorJ. Bruce Fields <bfields@redhat.com>
Wed, 12 Sep 2012 13:59:17 +0000 (09:59 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 1 Oct 2012 21:40:03 +0000 (17:40 -0400)
commit6a3b15634279aa6740f9b829d25db32024b2ca7c
tree854e3de761680d5ba7bd0d6bf8635a0ab2ee8d15
parent8f9d3d3b7cd25763efec91db23a1cce1971147c2
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>
fs/nfsd/nfs4state.c