diff options
author | 2022-03-28 10:48:59 +0800 | |
---|---|---|
committer | 2022-03-27 23:25:52 -0400 | |
commit | 5f7b839d47dbc74cf4a07beeab5191f93678673e (patch) | |
tree | ca707a0a1073765be8f885c173a076ecad7c53f2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | nfsd: fix using the correct variable for sizeof() (diff) | |
download | linux-dev-5f7b839d47dbc74cf4a07beeab5191f93678673e.tar.xz linux-dev-5f7b839d47dbc74cf4a07beeab5191f93678673e.zip |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions