From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: Re: [PATCH] debugfs: fix debugfs/quota.c compile warnings Date: Thu, 22 May 2014 17:57:47 -0400 Message-ID: <20140522215747.GE11448@thunk.org> References: <1400740687-25441-1-git-send-email-adilger@dilger.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-ext4@vger.kernel.org To: Andreas Dilger Return-path: Received: from imap.thunk.org ([74.207.234.97]:56518 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752177AbaEVV5t (ORCPT ); Thu, 22 May 2014 17:57:49 -0400 Content-Disposition: inline In-Reply-To: <1400740687-25441-1-git-send-email-adilger@dilger.ca> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Thu, May 22, 2014 at 12:38:07AM -0600, Andreas Dilger wrote: > Fix type mismatch and unused variable warnings. > > Signed-off-by: Andreas Dilger Thanks, applied. - Ted