diff options
author | Haowen Bai <baihaowen@meizu.com> | 2022-03-28 10:48:59 +0800 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2022-03-27 23:25:52 -0400 |
commit | 5f7b839d47dbc74cf4a07beeab5191f93678673e (patch) | |
tree | ca707a0a1073765be8f885c173a076ecad7c53f2 /COPYING | |
parent | 4fc5f5346592cdc91689455d83885b0af65d71b8 (diff) | |
download | linux-5f7b839d47dbc74cf4a07beeab5191f93678673e.tar.bz2 |
SUNRPC: Return true/false (not 1/0) from bool functions
Return boolean values ("true" or "false") instead of 1 or 0 from bool
functions. This fixes the following warnings from coccicheck:
./fs/nfsd/nfs2acl.c:289:9-10: WARNING: return of 0/1 in function
'nfsaclsvc_encode_accessres' with return type bool
./fs/nfsd/nfs2acl.c:252:9-10: WARNING: return of 0/1 in function
'nfsaclsvc_encode_getaclres' with return type bool
Signed-off-by: Haowen Bai <baihaowen@meizu.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions