Whamcloud - gitweb
LU-12896 gss: key can be unlinked when timeout expires 73/52473/4
authorSebastien Buisson <sbuisson@ddn.com>
Fri, 22 Sep 2023 09:20:22 +0000 (11:20 +0200)
committerSebastien Buisson <sbuisson@ddn.com>
Thu, 28 Sep 2023 07:38:51 +0000 (09:38 +0200)
commitd6f6182387850b93c9266ccc7888576f93950d43
treead254f5e26604732820526ca0bd4f9a834886d26
parent1aec91ac64039330dc2325cf3f2527b140fd60f4
LU-12896 gss: key can be unlinked when timeout expires

The key associated with a GSS context could appear to be already
unlinked when the upcall timeout expires. In this case, do not assert
but report this case with a warning message.

Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I714af3a1ce54648c4ba29ef13015f9291de52765
lustre/ptlrpc/gss/gss_keyring.c