On Thu, Jan 3, 2019 at 12:02 PM Stanislav Fomichev <[email protected]> wrote: > > create_and_get_cgroup returns 0 on error, fix the users that assume > negative value in case of an error. > > Signed-off-by: Stanislav Fomichev <[email protected]>
Thanks for the fix! Acked-by: Yonghong Song <[email protected]> > --- > tools/testing/selftests/bpf/get_cgroup_id_user.c | 2 +- > tools/testing/selftests/bpf/test_sockmap.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-)
