commit | 3f6928c347707a65cee10a9f54b85ad5fb078b3f | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Sat Oct 07 16:02:21 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Thu Oct 19 16:15:14 2017 +0200 |
tree | f6aa17b00fef7beba0d85e49c8f4dc04dde21c22 | |
parent | 33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9 [diff] |
configfs: Fix bool initialization/comparison 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>