From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dongsheng Yang Subject: Re: [PATCH 12/25] ubifs: introduce quota related mount options Date: Wed, 22 Jul 2015 08:41:35 +0800 Message-ID: <55AEE6BF.2010302@cn.fujitsu.com> References: <1437467876-22106-1-git-send-email-yangds.fnst@cn.fujitsu.com> <1437467876-22106-13-git-send-email-yangds.fnst@cn.fujitsu.com> <55AEADF1.2050500@nod.at> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15"; format=flowed Content-Transfer-Encoding: 7bit Cc: , To: Richard Weinberger , , Return-path: Received: from cn.fujitsu.com ([59.151.112.132]:60730 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S934114AbbGVArF (ORCPT ); Tue, 21 Jul 2015 20:47:05 -0400 In-Reply-To: <55AEADF1.2050500@nod.at> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 07/22/2015 04:39 AM, Richard Weinberger wrote: > Am 21.07.2015 um 10:37 schrieb Dongsheng Yang: >> This commit introduce mount options of quota, noquota, >> usrquota and grpquota. These options are used to make >> ubifs support quota. But with this commit, quota will >> not working on ubifs actually. We just introduce options >> here and will make ubifs support quota later. > > Is there a reason why you didn't implement project quotas too? I planed to put it in the next cycle. > > Thanks, > //richard > . >