-
Dridi Boukelmoune authored
This patch was created using Coccinelle and the following steps: $ cat >take.cocci <<EOF @@ expression t, f; constant m; @@ - AN(f); - t = *f; - *f = NULL; - CHECK_OBJ_NOTNULL(t, m); + TAKE_OBJ_NOTNULL(t, f, m); EOF $ spatch --sp-file take.cocci --dir . --in-place
e6755a5d
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
cache_waiter.c | ||
cache_waiter_epoll.c | ||
cache_waiter_kqueue.c | ||
cache_waiter_poll.c | ||
cache_waiter_ports.c | ||
mgt_waiter.c | ||
mgt_waiter.h | ||
waiter.h | ||
waiter_priv.h |