Re: [PATCH] rxrpc: fix handling of an unsupported token type in rxrpc_read()
From: David Howells
Date: Wed Jan 06 2021 - 14:46:18 EST
Tom Rix <trix@xxxxxxxxxx> wrote:
> These two loops iterate over the same data, i believe returning here is all
> that is needed.
But if the first loop is made to support a new type, but the second loop is
missed, it will then likely oops. Besides, the compiler should optimise both
paths together.
David