From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Dilger Subject: Re: [patch 12/26] mount options: fix ext4 Date: Thu, 24 Jan 2008 23:41:31 -0700 Message-ID: <20080125064131.GR18433@webber.adilger.int> References: <20080124193341.166753833@szeredi.hu> <20080124193432.492168716@szeredi.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: akpm@linux-foundation.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Theodore Ts'o To: Miklos Szeredi Return-path: Received: from idcmail-mo1so.shaw.ca ([24.71.223.10]:47941 "EHLO pd3mo2so.prod.shaw.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753366AbYAYUXu (ORCPT ); Fri, 25 Jan 2008 15:23:50 -0500 In-reply-to: <20080124193432.492168716@szeredi.hu> Content-disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Jan 24, 2008 20:33 +0100, Miklos Szeredi wrote: > Add stripe= option to /proc/mounts for ext4 filesystems. > > Signed-off-by: Miklos Szeredi Acked-by: Andreas Dilger > Index: linux/fs/ext4/super.c > =================================================================== > --- linux.orig/fs/ext4/super.c 2008-01-23 12:57:07.000000000 +0100 > +++ linux/fs/ext4/super.c 2008-01-23 21:43:51.000000000 +0100 > @@ -742,7 +742,8 @@ static int ext4_show_options(struct seq_ > seq_puts(seq, ",nomballoc"); > if (!test_opt(sb, DELALLOC)) > seq_puts(seq, ",nodelalloc"); > - > + if (sbi->s_stripe) > + seq_printf(seq, ",stripe=%lu", sbi->s_stripe); > > /* > * journal mode get enabled in different ways Cheers, Andreas -- Andreas Dilger Sr. Staff Engineer, Lustre Group Sun Microsystems of Canada, Inc.