commit | a677a78325b3057ce03b6129f549ece85b0c8dd2 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Wed Aug 01 19:44:05 2018 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Aug 09 16:11:21 2018 -0400 |
tree | 134ba1e1c606b535e6311aeb7907a37efe9b8bbc | |
parent | c2cdc2ab24873289db8588a0a7ccec508d7ad075 [diff] |
nfsd: use true and false for boolean values Return statements in functions returning bool should use true or false instead of an integer value. This issue was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>