[PATCH] afs: fix a compilation issue

David Howells dhowells at redhat.com
Fri Jan 6 05:41:32 PST 2023


oushixiong <oushixiong at kylinos.cn> wrote:

>  	BUG(); /* This should never happen. */
> +	return false;

This isn't necessary.  BUG() should be no-return.

David




More information about the linux-afs mailing list