Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270244AbTGMQB4 (ORCPT ); Sun, 13 Jul 2003 12:01:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270248AbTGMQB4 (ORCPT ); Sun, 13 Jul 2003 12:01:56 -0400 Received: from sccrmhc12.comcast.net ([204.127.202.56]:59294 "EHLO sccrmhc12.comcast.net") by vger.kernel.org with ESMTP id S270244AbTGMQBy (ORCPT ); Sun, 13 Jul 2003 12:01:54 -0400 From: Ivan Gyurdiev Reply-To: ivg2@cornell.edu Organization: ( ) To: LKML Subject: 2.5.75 and xfs quotas Date: Sun, 13 Jul 2003 10:25:56 -0400 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307131025.56438.ivg2@cornell.edu> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1021 Lines: 28 Perhaps I'm missing something silly, but with both generic quota v2 and xfs quota enabled (and xfs) all compiled into the kernel: =========================================================== [root@cobra linux]# mount -o remount /dev/hda8 strace: mount("/dev/hda8", "/", "xfs", MS_REMOUNT|0xc0ed0000, 0x805be00) = 0 =========================================================== [root@cobra linux]# mount -o remount,quota /dev/hda8 mount: / not mounted already, or bad option strace: mount("/dev/hda8", "/", "xfs", MS_REMOUNT|0xc0ed0000, 0x805be38) = -1 EINVAL (Invalid argument) =========================================================== - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/