From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzibU-0000eW-Mb for qemu-devel@nongnu.org; Wed, 25 Jun 2014 04:31:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzibM-0001Ny-HT for qemu-devel@nongnu.org; Wed, 25 Jun 2014 04:30:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzibM-0001Nm-A6 for qemu-devel@nongnu.org; Wed, 25 Jun 2014 04:30:44 -0400 Date: Wed, 25 Jun 2014 10:30:28 +0200 From: Kevin Wolf Message-ID: <20140625083028.GA5581@noname.redhat.com> References: <1403647561-19534-1-git-send-email-pl@kamp.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1403647561-19534-1-git-send-email-pl@kamp.de> Subject: Re: [Qemu-devel] [PATCHv3 0/2] block/nfs: add knob to set readahead List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: pbonzini@redhat.com, ronniesahlberg@gmail.com, qemu-devel@nongnu.org, stefanha@redhat.com Am 25.06.2014 um 00:05 hat Peter Lieven geschrieben: > upcoming libnfs will feature internal readahead support. > Add a knob to pass the optional readahead value as a URL > parameter. > > This series fixes also the incorrect usage of strncmp and > atoi. Thanks, applied to the block branch. Kevin