From: Oleg Nesterov Date: Wed, 30 Apr 2008 07:53:00 +0000 (-0700) Subject: signals: send_signal: be paranoid about signalfd_notify() X-Git-Tag: v2.6.26-rc1~279 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53c30337f2c61aff6eecf2a446e839641172f9bd;p=pandora-kernel.git signals: send_signal: be paranoid about signalfd_notify() send_signal() shouldn't call signalfd_notify() if it then fails with -EAGAIN. Harmless, just a paranoid cleanup. Also remove the comment. It is obsolete, signalfd_notify() was simplified and does a simple wakeup. Signed-off-by: Oleg Nesterov Acked-by: Davide Libenzi Cc: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed