• Andrew Morton's avatar
    [PATCH] fix return of compat_sys_sched_getaffinity · 89001a84
    Andrew Morton authored
    From: Anton Blanchard <anton@samba.org>
    
    On success getaffinity should return the size of mask.  It looks like
    Randy's patch (which fixed a bogus return) missed this bit.
    
    In reality I'm not sure if we care, and with cpu bitmasks this stuff is
    going to break.
    89001a84
compat.c 11.2 KB