From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752705Ab0CUStS (ORCPT ); Sun, 21 Mar 2010 14:49:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16062 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752060Ab0CUStR (ORCPT ); Sun, 21 Mar 2010 14:49:17 -0400 Date: Sun, 21 Mar 2010 19:47:48 +0100 From: Oleg Nesterov To: Andrew Morton Cc: Roland McGrath , linux-kernel@vger.kernel.org Subject: [PATCH -mm 0/3] make task_struct->signal stable, final cleanups Message-ID: <20100321184748.GA29065@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 Simple conclusive cleanups. The next step is cleanup the remaining users of signal->count. Oleg.