commit | 539938daf0340bf22d40d1208bebb5aa99dd4ba4 | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Sat Oct 07 16:02:21 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Nov 12 19:15:48 2019 +0100 |
tree | f1a53fe076bfb2b750bcc71ff44132bc8209e564 | |
parent | da281558d20bfbf82823cab457ba7d343ba6b0a0 [diff] |
configfs: Fix bool initialization/comparison commit 3f6928c347707a65cee10a9f54b85ad5fb078b3f upstream. Bool initializations should use true and false. Bool tests don't need comparisons. Signed-off-by: Thomas Meyer <thomas@m3y3r.de> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>