From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: with ECARTIS (v1.0.0; list xfs); Tue, 30 Oct 2007 04:01:16 -0700 (PDT) Received: from pentafluge.infradead.org (pentafluge.infradead.org [213.146.154.40]) by oss.sgi.com (8.12.11.20060308/8.12.10/SuSE Linux 0.7) with ESMTP id l9UB1510018226 for ; Tue, 30 Oct 2007 04:01:10 -0700 Date: Tue, 30 Oct 2007 10:06:17 +0000 From: Christoph Hellwig Subject: Re: [PATCH] show all mount args in /proc/mounts Message-ID: <20071030100617.GB23489@infradead.org> References: <20071029233543.GQ995458@sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071029233543.GQ995458@sgi.com> Sender: xfs-bounce@oss.sgi.com Errors-to: xfs-bounce@oss.sgi.com List-Id: xfs To: David Chinner Cc: xfs@oss.sgi.com, xfs-dev@sgi.com On Tue, Oct 30, 2007 at 10:35:43AM +1100, David Chinner wrote: > There are several mount options that don't show up in /proc/mounts. > Add them in and clean up the showargs code at the same time. Looks good. Care to submit a patch ontop of this to move all the mount option handling to xfs_super.c as it's entirely linux-specific in this form?