atomic_inc_dec/refcount: move was_inced() from atomic_inc_dec to refcount
commit9987c7cd3605aa8057c9852f6a720fae9f19fa2c
authorDan Carpenter <dan.carpenter@linaro.org>
Fri, 28 Jul 2023 17:39:39 +0000 (28 20:39 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Fri, 28 Jul 2023 17:39:39 +0000 (28 20:39 +0300)
treec61a727c92194fd7ae60e78dcf07c977929aa468
parent4f66c2d64e7e8c3057172f450b7b0a1b53566530
atomic_inc_dec/refcount: move was_inced() from atomic_inc_dec to refcount

The atomic_inc_dec vs refcount split is nonsense.  The atomic_inc_dec
stuff was old code and I want to abandon it and move everything to the
new refcount module.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Makefile
check_atomic_inc_dec.c
check_list.h
smatch_refcount.c [new file with mode: 0644]