From mboxrd@z Thu Jan 1 00:00:00 1970 From: pramod gurav Subject: Re: [PATCH] fs/direct-io.c: Fix compilation warning for uninitialized variables Date: Mon, 14 Jul 2014 12:34:12 +0530 Message-ID: References: <1404452632-10912-1-git-send-email-pramod.gurav.etc@gmail.com> <20140713115022.GA6054@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Alexander Viro , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Christoph Hellwig Return-path: Received: from mail-la0-f52.google.com ([209.85.215.52]:62624 "EHLO mail-la0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751364AbaGNHEO (ORCPT ); Mon, 14 Jul 2014 03:04:14 -0400 In-Reply-To: <20140713115022.GA6054@infradead.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Thanks Christoph for the review. :) On Sun, Jul 13, 2014 at 5:20 PM, Christoph Hellwig wrote: > Looks good to me, > > Reviewed-by: Christoph Hellwig > > Al, can you pick this up? It's the only warnings in many of my usual > kernel builds at the moment. > -- Thanks and Regards Pramod