From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 2/6] quota: Split dquot_quota_sync() to writeback and cache flushing part Date: Thu, 20 Oct 2011 05:50:09 -0400 Message-ID: <20111020095009.GC11291@infradead.org> References: <1318020055-4450-1-git-send-email-jack@suse.cz> <1318020055-4450-3-git-send-email-jack@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , Curt Wohlgemuth , linux-fsdevel@vger.kernel.org, Al Viro To: Jan Kara Return-path: Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:43474 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932318Ab1JTJuL (ORCPT ); Thu, 20 Oct 2011 05:50:11 -0400 Content-Disposition: inline In-Reply-To: <1318020055-4450-3-git-send-email-jack@suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Oct 07, 2011 at 10:40:51PM +0200, Jan Kara wrote: > Split off part of dquot_quota_sync() which writes dquots into a quota file > to a separate function. In the next patch we will use the function from > filesystems and we do not want to abuse ->quota_sync quotactl callback more > than necessary. Looks good, Reviewed-by: Christoph Hellwig