commit | 574940d9b4e0659d3b0c30df82e237f42eee2b49 | [log] [tgz] |
---|---|---|
author | Thomas Meyer <thomas@m3y3r.de> | Sat Oct 07 16:02:21 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 14 16:31:07 2020 -0500 |
tree | 4d09c831efb563fddd324e622599a1238f0cd5d0 | |
parent | 67a56e9743171bdacddbdc05a58735aa024bb474 [diff] |
NFS: Fix bool initialization/comparison [ Upstream commit 6089dd0d731028531fb1148be9fd33274ff90da4 ] Bool initializations should use true and false. Bool tests don't need comparisons. Signed-off-by: Thomas Meyer <thomas@m3y3r.de> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Sasha Levin <sashal@kernel.org>