Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264261AbUFPR0O (ORCPT ); Wed, 16 Jun 2004 13:26:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264262AbUFPR0O (ORCPT ); Wed, 16 Jun 2004 13:26:14 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:56778 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S264261AbUFPR0K (ORCPT ); Wed, 16 Jun 2004 13:26:10 -0400 Message-ID: <40D0829F.7070107@pobox.com> Date: Wed, 16 Jun 2004 13:25:51 -0400 From: Jeff Garzik User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Takao Indoh CC: linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/4][Diskdump]Update patches References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 471 Lines: 19 Takao Indoh wrote: > static inline void tasklet_schedule(struct tasklet_struct *t) > { > + if(crashdump_mode()) { > + diskdump_tasklet_schedule(t); > + return; > + } > + I would suggest if (unlikely(crashdump_mode())) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/