Re: [PATCH] afs: Fix bool initialization/comparison

From: David Howells
Date: Tue Oct 10 2017 - 11:19:46 EST


Thomas Meyer <thomas@xxxxxxxx> wrote:

> Bool initializations should use true and false. Bool tests don't need
> comparisons.
>
> Signed-off-by: Thomas Meyer <thomas@xxxxxxxx>

Please rebase on top of:

https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/log/?h=afs-2-experimental

Some of the code you're changing has been deleted.

David