From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 09/17] quota: Make Q_XQUOTASYNC support VFS quota syncing Date: Mon, 19 Jan 2015 01:09:14 -0800 Message-ID: <20150119090914.GI27474@infradead.org> References: <1421412471-4747-1-git-send-email-jack@suse.cz> <1421412471-4747-10-git-send-email-jack@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, xfs@oss.sgi.com, cluster-devel@redhat.com, ocfs2-devel@oss.oracle.com To: Jan Kara Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:51791 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751226AbbASJJP (ORCPT ); Mon, 19 Jan 2015 04:09:15 -0500 Content-Disposition: inline In-Reply-To: <1421412471-4747-10-git-send-email-jack@suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Jan 16, 2015 at 01:47:43PM +0100, Jan Kara wrote: > Call ->quota_sync method from Q_XQUOTASYNC for better userspace > compatibility. Q_XQUOTASYNC never did the equivalent to ->quota_sync, but rather was the equivalent to sys_syncfs which also happens to write out quotas. Unless you have a really strong reason for wiring it up, I'd rather keep it as-is.