[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1196699178.1302.15.camel@frecb002711.frec.bull.fr>
Date: Mon, 03 Dec 2007 17:26:18 +0100
From: Cordenner jean noel <jean-noel.cordenner@...l.net>
To: linux-ext4@...r.kernel.org
Subject: [patch] ext4 i_version: make the flag visible on /proc/mounts
Hi,
This patch adds the i_version flag in ext4_show_options().
Index: linux-2.6.24-rc3-ext4-1/fs/ext4/super.c
===================================================================
--- linux-2.6.24-rc3-ext4-1.orig/fs/ext4/super.c 2007-12-03 16:14:55.000000000 +0100
+++ linux-2.6.24-rc3-ext4-1/fs/ext4/super.c 2007-12-03 16:16:36.000000000 +0100
@@ -732,6 +732,8 @@
seq_puts(seq, ",nobh");
if (!test_opt(sb, EXTENTS))
seq_puts(seq, ",noextents");
+ if (test_opt(sb, I_VERSION))
+ seq_puts(seq, ",i_version");
if (test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_JOURNAL_DATA)
seq_puts(seq, ",data=journal");
-
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists