From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [patch 1/2] vfs: fix overflow in direct-io subsystem Date: Thu, 14 Oct 2010 07:17:52 -0400 Message-ID: <20101014111752.GA6310@infradead.org> References: <201010132245.57467.edward.shishkin@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Morton , linux-fsdevel@vger.kernel.org, Eric Sandeen , lmcilroy@redhat.com, LKML To: Edward Shishkin Return-path: Content-Disposition: inline In-Reply-To: <201010132245.57467.edward.shishkin@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.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