]> git.neil.brown.name Git - history.git/commit
[PATCH] Remove another for_each_process loop
authorMatthew Wilcox <willy@debian.org>
Thu, 3 Oct 2002 07:56:22 +0000 (00:56 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 3 Oct 2002 07:56:22 +0000 (00:56 -0700)
commita62e0c4485aeab7d12276243ca216dd68eb9bc9f
tree9583d6e1a127c1cef3fc24c64be06d62d7267427
parentb1c725a713176833cb0c27189bbae26986443750
[PATCH] Remove another for_each_process loop

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.
fs/fcntl.c