Re: [PATCH] rxrpc: fix handling of an unsupported token type in rxrpc_read()
From: Tom Rix <trix@redhat.com>
Date: 2021-01-04 15:06:32
Also in:
lkml
From: Tom Rix <trix@redhat.com>
Date: 2021-01-04 15:06:32
Also in:
lkml
On 1/4/21 4:50 AM, David Howells wrote:
trix@redhat.com wrote:quoted
- switch (token->security_index) { - case RXRPC_SECURITY_RXKAD: ... - switch (token->security_index) { - case RXRPC_SECURITY_RXKAD:These switches need to be kept. There's another security type on the way. See: https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-rxgk for example. I'll have a look later.
Yes, looks like more stuff is coming. Thanks! Tom
David