From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgw-sa02.nokia.com ([147.243.1.48]) by bombadil.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1Oxg1E-0001Oh-Uk for linux-mtd@lists.infradead.org; Mon, 20 Sep 2010 13:02:53 +0000 Subject: Re: [RFC] jffs2: use cond_resched() instead of yield() From: Artem Bityutskiy To: Wolfram Sang In-Reply-To: <1283357021-16187-1-git-send-email-w.sang@pengutronix.de> References: <1283357021-16187-1-git-send-email-w.sang@pengutronix.de> Content-Type: text/plain; charset="UTF-8" Date: Mon, 20 Sep 2010 16:00:59 +0300 Message-ID: <1284987659.5258.43.camel@localhost> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Ingo Molnar , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Reply-To: Artem.Bityutskiy@nokia.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2010-09-01 at 18:03 +0200, Wolfram Sang wrote: > yield() has different semantics meanwhile and even causes RT-kernels to > BUG. Replace the only appearance left in jffs2. > > Signed-off-by: Wolfram Sang > Cc: Artem Bityutskiy > Cc: Ingo Molnar FYI, I've pushed this patch to my l2-mtd-2.6.git tree, thanks. -- Best Regards, Artem Bityutskiy (Артём Битюцкий) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756337Ab0ITNDH (ORCPT ); Mon, 20 Sep 2010 09:03:07 -0400 Received: from mgw-sa02.nokia.com ([147.243.1.48]:48896 "EHLO mgw-sa02.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753897Ab0ITNDE (ORCPT ); Mon, 20 Sep 2010 09:03:04 -0400 Subject: Re: [RFC] jffs2: use cond_resched() instead of yield() From: Artem Bityutskiy Reply-To: Artem.Bityutskiy@nokia.com To: Wolfram Sang Cc: linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, Ingo Molnar In-Reply-To: <1283357021-16187-1-git-send-email-w.sang@pengutronix.de> References: <1283357021-16187-1-git-send-email-w.sang@pengutronix.de> Content-Type: text/plain; charset="UTF-8" Organization: Nokia Date: Mon, 20 Sep 2010 16:00:59 +0300 Message-ID: <1284987659.5258.43.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 (2.30.3-1.fc13) Content-Transfer-Encoding: 8bit X-Nokia-AV: Clean Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2010-09-01 at 18:03 +0200, Wolfram Sang wrote: > yield() has different semantics meanwhile and even causes RT-kernels to > BUG. Replace the only appearance left in jffs2. > > Signed-off-by: Wolfram Sang > Cc: Artem Bityutskiy > Cc: Ingo Molnar FYI, I've pushed this patch to my l2-mtd-2.6.git tree, thanks. -- Best Regards, Artem Bityutskiy (Артём Битюцкий)