Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263480AbVBCNaw (ORCPT ); Thu, 3 Feb 2005 08:30:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263495AbVBCNav (ORCPT ); Thu, 3 Feb 2005 08:30:51 -0500 Received: from wproxy.gmail.com ([64.233.184.201]:25717 "EHLO wproxy.gmail.com") by vger.kernel.org with ESMTP id S263540AbVBCNak (ORCPT ); Thu, 3 Feb 2005 08:30:40 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=F/wQYmFaQkQwM8pGsWsNFe92kBe+h9KBB9jspxnXRktQkVIZ/G8XRlw5TJd5l1hquZE1QTn61o0+zsa0UjwCW8arw3akQUFYaIzzMKMy6amUWbd8TT5jxoQgdugl+wVxj44OpX14vf0aEGpCGkORMQCtJks9MEg6u5BHBNfMjIo= Message-ID: <58cb370e05020305304e5d504@mail.gmail.com> Date: Thu, 3 Feb 2005 14:30:40 +0100 From: Bartlomiej Zolnierkiewicz Reply-To: Bartlomiej Zolnierkiewicz To: Jens Axboe Subject: Re: [PATCH 2.6.11-rc2 11/29] ide: add ide_drive_t.sleeping Cc: Tejun Heo , linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org In-Reply-To: <20050203113710.GV5710@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050202024017.GA621@htj.dyndns.org> <20050202025448.GL621@htj.dyndns.org> <58cb370e05020216476a8f403c@mail.gmail.com> <20050203113710.GV5710@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1131 Lines: 23 On Thu, 3 Feb 2005 12:37:10 +0100, Jens Axboe wrote: > On Thu, Feb 03 2005, Bartlomiej Zolnierkiewicz wrote: > > On Wed, 2 Feb 2005 11:54:48 +0900, Tejun Heo wrote: > > > > 11_ide_drive_sleeping_fix.patch > > > > > > > > ide_drive_t.sleeping field added. 0 in sleep field used to > > > > indicate inactive sleeping but because 0 is a valid jiffy > > > > value, though slim, there's a chance that something can go > > > > weird. And while at it, explicit jiffy comparisons are > > > > converted to use time_{after|before} macros. > > > > Same question as for "add ide_hwgroup_t.polling" patch. > > AFAICS drive->sleep is either '0' or 'timeout + jiffies' (always > 0) > > Hmm, what if jiffies + timeout == 0? Hm, jiffies is unsigned and timeout is always > 0 but this is still possible if jiffies + timeout wraps, right? - 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/