From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754313Ab0CWOuu (ORCPT ); Tue, 23 Mar 2010 10:50:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41492 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754239Ab0CWOum (ORCPT ); Tue, 23 Mar 2010 10:50:42 -0400 Date: Tue, 23 Mar 2010 15:48:36 +0100 From: Oleg Nesterov To: Andrew Morton Cc: David Howells , Peter Zijlstra , Roland McGrath , linux-kernel@vger.kernel.org Subject: [PATCH -mm 0/2] misc: don't use sig->count Message-ID: <20100323144836.GA10420@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Trivial. According to grep, get_nr_threads() becomes the only user of sig->count. Oleg.