From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Takashi Nishiie" Subject: RE: [PATCH 0/4] Automatic quotaon on remount Date: Fri, 14 Mar 2008 11:32:55 +0900 Message-ID: <006801c8857b$b5a23fc0$20e6bf40$@css.fujitsu.com> References: <20080313125944.GF12523@duck.suse.cz> Reply-To: To: Return-path: Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:60607 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753022AbYCNCcx (ORCPT ); Thu, 13 Mar 2008 22:32:53 -0400 Received: from m6.gw.fujitsu.co.jp ([10.0.50.76]) by fgwmail7.fujitsu.co.jp (Fujitsu Gateway) with ESMTP id m2E2Wq1c011468 for (envelope-from t-nishiie@np.css.fujitsu.com); Fri, 14 Mar 2008 11:32:52 +0900 Received: from smail (m6 [127.0.0.1]) by outgoing.m6.gw.fujitsu.co.jp (Postfix) with ESMTP id 270FB53C06E for ; Fri, 14 Mar 2008 11:32:52 +0900 (JST) Received: from s7.gw.fujitsu.co.jp (s7.gw.fujitsu.co.jp [10.0.50.97]) by m6.gw.fujitsu.co.jp (Postfix) with ESMTP id DE217240152 for ; Fri, 14 Mar 2008 11:32:51 +0900 (JST) Received: from s7.gw.fujitsu.co.jp (s7 [127.0.0.1]) by s7.gw.fujitsu.co.jp (Postfix) with ESMTP id CA42E161C011 for ; Fri, 14 Mar 2008 11:32:51 +0900 (JST) Received: from ml0b.s.css.fujitsu.com (ml0b.s.css.fujitsu.com [10.23.4.188]) by s7.gw.fujitsu.co.jp (Postfix) with ESMTP id 1C525161C00B for ; Fri, 14 Mar 2008 11:32:51 +0900 (JST) Received: from ml0b.css.fujitsu.com (ml0b [127.0.0.1]) by ml0b.s.css.fujitsu.com (Postfix) with ESMTP id EB363C380AF for ; Fri, 14 Mar 2008 11:32:50 +0900 (JST) Received: from agtnishiie (unknown [10.124.60.68]) by ml0b.s.css.fujitsu.com (Postfix) with ESMTP id F152FC380AD for ; Fri, 14 Mar 2008 11:32:49 +0900 (JST) In-Reply-To: <20080313125944.GF12523@duck.suse.cz> Content-Language: ja Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Mar 13, 2008 at 01:59:44PM +0100, Jan Kara wrote: > Hi, > > the series of patches below implements automatic enabling of quotas > on remount read-write when filesystem with quotas enabled has > previously been remounted read-only (and thus quotas had to be disabled). > The patches are split logically, but due to interface changes all > four patches need to be applied together or ext3, ext4 or reiserfs > won't compile. It is better to have inherited a setup of quota automatically, only when the option of grpquota/usrquota was set up, as grpquota/usrquota could be added to the indicated default mount options in the filesystem. Thanks.