configfs: Fix bool initialization/comparison
authorThomas Meyer <thomas@m3y3r.de>
Sat, 7 Oct 2017 14:02:21 +0000 (16:02 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 19 Oct 2017 14:15:14 +0000 (16:15 +0200)
commit3f6928c347707a65cee10a9f54b85ad5fb078b3f
treef6aa17b00fef7beba0d85e49c8f4dc04dde21c22
parent33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9
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>
fs/configfs/file.c