commit | a86b06d1ccd218a6a50d6a3a88fbd2abcd0eaa94 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri May 11 23:45:40 2018 +0100 |
committer | David Howells <dhowells@redhat.com> | Mon May 14 15:15:18 2018 +0100 |
tree | a295d0ab6cb82624fc319e86dea9b28da4691edf | |
parent | 3709a399c15e4273d9a94b123374f12e5664318c [diff] |
afs: Fix the handling of an unfound server in CM operations If the client cache manager operations that need the server record (CB.Callback, CB.InitCallBackState, and CB.InitCallBackState3) can't find the server record, they abort the call from the file server with RX_CALL_DEAD when they should return okay. Fixes: c35eccb1f614 ("[AFS]: Implement the CB.InitCallBackState3 operation.") Signed-off-by: David Howells <dhowells@redhat.com>