]> asedeno.scripts.mit.edu Git - linux.git/commit
fs: dcache: Use true and false for boolean values
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Thu, 2 Aug 2018 00:39:05 +0000 (19:39 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 5 Aug 2018 19:52:44 +0000 (15:52 -0400)
commit7964410fcf135d7e76deef4e475816ec02482f7b
treec8274087ac8bfa6678a4e6c3acd5886a6e728f68
parentf2df5da66262f429cbb0d5da0e72ada6a6345f28
fs: dcache: 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: Al Viro <viro@zeniv.linux.org.uk>
fs/dcache.c