diff options
| author | Manfred Spraul <[email protected]> | 2018-08-22 05:02:04 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2018-08-22 17:52:52 +0000 |
| commit | 2a9d6481004215da8e93edb588cf448f2af80303 (patch) | |
| tree | 8ce2a97df46ba44963cbc517f58707fc1ee7eb4d /tools/perf/scripts/python/stat-cpi.py | |
| parent | ipc/util.c: further variable name cleanups (diff) | |
| download | kernel-2a9d6481004215da8e93edb588cf448f2af80303.tar.gz kernel-2a9d6481004215da8e93edb588cf448f2af80303.zip | |
ipc/util.c: update return value of ipc_getref from int to bool
ipc_getref has still a return value of type "int", matching the atomic_t
interface of atomic_inc_not_zero()/atomic_add_unless().
ipc_getref now uses refcount_inc_not_zero, which has a return value of
type "bool".
Therefore, update the return code to avoid implicit conversions.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Manfred Spraul <[email protected]>
Cc: Davidlohr Bueso <[email protected]>
Cc: Davidlohr Bueso <[email protected]>
Cc: Dmitry Vyukov <[email protected]>
Cc: Herbert Xu <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Michael Kerrisk <[email protected]>
Cc: Michal Hocko <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions
