• Matthew Wilcox's avatar
    [PATCH] Remove another for_each_process loop · a62e0c44
    Matthew Wilcox authored
    Convert send_sigurg() to the for_each_task_pid() mechanism.  Also in
    the case where we were trying to send a signal to a non-existent PID,
    don't bother searching for -PID in the PGID array; we won't find it.
    a62e0c44
fcntl.c 13.5 KB