From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753151Ab0JNLRy (ORCPT ); Thu, 14 Oct 2010 07:17:54 -0400 Received: from canuck.infradead.org ([134.117.69.58]:46374 "EHLO canuck.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752968Ab0JNLRx (ORCPT ); Thu, 14 Oct 2010 07:17:53 -0400 Date: Thu, 14 Oct 2010 07:17:52 -0400 From: Christoph Hellwig To: Edward Shishkin Cc: Andrew Morton , linux-fsdevel@vger.kernel.org, Eric Sandeen , lmcilroy@redhat.com, LKML Subject: Re: [patch 1/2] vfs: fix overflow in direct-io subsystem Message-ID: <20101014111752.GA6310@infradead.org> References: <201010132245.57467.edward.shishkin@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201010132245.57467.edward.shishkin@gmail.com> User-Agent: Mutt/1.5.20 (2009-08-17) X-SRS-Rewrite: SMTP reverse-path rewritten from by canuck.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 13, 2010 at 10:45:57PM +0200, Edward Shishkin wrote: > Fix up overflow (ssize_t->int) in the direct-io subsystem. > > Signed-off-by: Edward Shishkin Looks good, Reviewed-by: Christoph Hellwig