From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758597Ab0IHKRw (ORCPT ); Wed, 8 Sep 2010 06:17:52 -0400 Received: from www.tglx.de ([62.245.132.106]:42067 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751211Ab0IHKRv (ORCPT ); Wed, 8 Sep 2010 06:17:51 -0400 Date: Wed, 8 Sep 2010 12:17:22 +0200 (CEST) From: Thomas Gleixner To: Eric Dumazet cc: Joakim Tjernlund , linux-kernel@vger.kernel.org Subject: Re: slow nanosleep? In-Reply-To: <1283940863.2880.37.camel@edumazet-laptop> Message-ID: References: <1283932600.2880.1.camel@edumazet-laptop> <1283934289.2880.12.camel@edumazet-laptop> <1283940863.2880.37.camel@edumazet-laptop> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-1463795968-1657355147-1283941043=:2477" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---1463795968-1657355147-1283941043=:2477 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Wed, 8 Sep 2010, Eric Dumazet wrote: > Le mercredi 08 septembre 2010 à 11:51 +0200, Thomas Gleixner a écrit : > > + if (!tu.tv_sec && !tu.tv_usec) > > + return 0; > > + > > You need tu.tv_nsec here ;) Details :) ---1463795968-1657355147-1283941043=:2477--