• Anton Blanchard's avatar
    [PATCH] fix compat_sys_getrusage · dffb6acd
    Anton Blanchard authored
    compat_sys_getrusage was returning the result of a logical or. Make
    it return the result of sys_getrusage if it fails or -EFAULT if we
    cant write it out to userspace.
    dffb6acd
compat.c 11.2 KB