Re: [PATCH] afs: fix a compilation issue
From: David Howells
Date: Fri Jan 06 2023 - 08:42:42 EST
oushixiong <oushixiong@xxxxxxxxxx> wrote:
> BUG(); /* This should never happen. */
> + return false;
This isn't necessary. BUG() should be no-return.
David