SUNRPC: Return true/false (not 1/0) from bool functions
authorHaowen Bai <baihaowen@meizu.com>
Mon, 28 Mar 2022 02:48:59 +0000 (10:48 +0800)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 28 Mar 2022 03:25:52 +0000 (23:25 -0400)
commit5f7b839d47dbc74cf4a07beeab5191f93678673e
treeca707a0a1073765be8f885c173a076ecad7c53f2
parent4fc5f5346592cdc91689455d83885b0af65d71b8
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>
fs/nfsd/nfs2acl.c