From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 5CE1ADDF90 for ; Sat, 26 May 2007 08:53:16 +1000 (EST) Subject: Re: [patch 5/7] ps3: Disk Storage Driver From: Benjamin Herrenschmidt To: Geert Uytterhoeven In-Reply-To: References: <20070525083607.784351000@sonycom.com> <20070525083632.575306000@sonycom.com> <200705251826.25572.arnd@arndb.de> Content-Type: text/plain Date: Sat, 26 May 2007 08:53:08 +1000 Message-Id: <1180133588.19517.18.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org, Arnd Bergmann List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2007-05-25 at 21:40 +0200, Geert Uytterhoeven wrote: > > I used a kthread because the request function of a block device driver > must be > non-blocking, and ps3stor_read_write_sectors() calls > wait_for_completion(). Which as I said before looks terribly sad... Why the heck would it have to do that ? Ben.