On Fri, May 14, 2021 at 9:32 PM Christian Brauner <christian.brauner@xxxxxxxxxx> wrote: > > (We should probably have all helpers just return either long or int > instead of alternating between long and int.) Looks like all the helpers are using int internally, and syscalls using these helpers return int as well. So I will add a patch to make all of them return ints. -- Dmitry Kadashev