From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751557AbdFFTOq (ORCPT ); Tue, 6 Jun 2017 15:14:46 -0400 Received: from out01.mta.xmission.com ([166.70.13.231]:50546 "EHLO out01.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751531AbdFFTOo (ORCPT ); Tue, 6 Jun 2017 15:14:44 -0400 From: "Eric W. Biederman" To: linux-kernel@vger.kernel.org Cc: linux-api@vger.kernel.org, Linus Torvalds , Oleg Nesterov , Ingo Molnar , Thomas Gleixner , Kees Cook , Roland McGrath , Al Viro , David Howells , "Michael Kerrisk (man-pages)" , "Eric W. Biederman" Date: Tue, 6 Jun 2017 14:03:25 -0500 Message-Id: <20170606190338.28347-13-ebiederm@xmission.com> X-Mailer: git-send-email 2.10.1 In-Reply-To: <20170606190338.28347-1-ebiederm@xmission.com> References: <877f0pym71.fsf@xmission.com> <20170606190338.28347-1-ebiederm@xmission.com> X-XM-SPF: eid=1dIJuK-0006wd-0P;;;mid=<20170606190338.28347-13-ebiederm@xmission.com>;;;hst=in02.mta.xmission.com;;;ip=97.121.81.159;;;frm=ebiederm@xmission.com;;;spf=neutral X-XM-AID: U2FsdGVkX1//t/VM4O2kHg4AhWis1lucuUld63ilXUk= X-SA-Exim-Connect-IP: 97.121.81.159 X-SA-Exim-Mail-From: ebiederm@xmission.com X-Spam-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP * 0.0 TVD_RCVD_IP Message was received from an IP address * 1.5 XMNoVowels Alpha-numberic number with no vowels * 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% * [score: 0.5000] * -0.0 DCC_CHECK_NEGATIVE Not listed in DCC * [sa08 1397; Body=1 Fuz1=1] * 0.0 T_TooManySym_01 4+ unique symbols in subject X-Spam-DCC: XMission; sa08 1397; Body=1 Fuz1=1 X-Spam-Combo: *;linux-kernel@vger.kernel.org X-Spam-Relay-Country: X-Spam-Timing: total 5537 ms - load_scoreonly_sql: 0.04 (0.0%), signal_user_changed: 3.6 (0.1%), b_tie_ro: 2.6 (0.0%), parse: 0.77 (0.0%), extract_message_metadata: 9 (0.2%), get_uri_detail_list: 0.50 (0.0%), tests_pri_-1000: 4.3 (0.1%), tests_pri_-950: 0.98 (0.0%), tests_pri_-900: 0.73 (0.0%), tests_pri_-400: 15 (0.3%), check_bayes: 15 (0.3%), b_tokenize: 3.6 (0.1%), b_tok_get_all: 5 (0.1%), b_comp_prob: 1.06 (0.0%), b_tok_touch_all: 2.9 (0.1%), b_finish: 0.72 (0.0%), tests_pri_0: 136 (2.5%), check_dkim_signature: 0.33 (0.0%), check_dkim_adsp: 2.6 (0.0%), tests_pri_500: 5363 (96.9%), poll_dns_idle: 5359 (96.8%), rewrite_mail: 0.00 (0.0%) Subject: [PATCH 13/26] wait: Remove unused delay_group_leader X-Spam-Flag: No X-SA-Exim-Version: 4.2.1 (built Thu, 05 May 2016 13:38:54 -0600) X-SA-Exim-Scanned: Yes (on in02.mta.xmission.com) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: "Eric W. Biederman" --- include/linux/sched/signal.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/linux/sched/signal.h b/include/linux/sched/signal.h index c06d63b3a583..0cc626dd79a8 100644 --- a/include/linux/sched/signal.h +++ b/include/linux/sched/signal.h @@ -565,9 +565,6 @@ static inline int thread_group_empty(struct task_struct *p) return list_empty(&p->thread_group); } -#define delay_group_leader(p) \ - (thread_group_leader(p) && !thread_group_empty(p)) - extern struct sighand_struct *__lock_task_sighand(struct task_struct *tsk, unsigned long *flags); -- 2.10.1