From: Oleg Nesterov Date: Wed, 17 Oct 2007 06:27:23 +0000 (-0700) Subject: exec: consolidate 2 fast-paths X-Git-Tag: v2.6.24-rc1~673 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=356d6d5058c8082b9e811838ab2fa27825c947e4;p=pandora-kernel.git exec: consolidate 2 fast-paths Now that we don't pre-allocate the new ->sighand, we can kill the first fast path, it doesn't make sense any longer. At best, it can save one "list_empty()" check but leads to the code duplication. Signed-off-by: Oleg Nesterov Cc: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed