[PATCH 2.5.20] typo in quotas config

Alex Riesen (Alexander.Riesen@synopsys.com)
Tue, 4 Jun 2002 10:44:31 +0200


The entry for quota with 32bit UID/GID support is named "VFS v0...".

--- Config.in Tue Jun 4 10:21:46 2002
+++ Config.in.new Tue Jun 4 10:41:56 2002
@@ -6,7 +6,7 @@

bool 'Quota support' CONFIG_QUOTA
dep_tristate ' Old quota format support' CONFIG_QFMT_V1 $CONFIG_QUOTA
-dep_tristate ' VFS v0 quota format support' CONFIG_QFMT_V2 $CONFIG_QUOTA
+dep_tristate ' Quota format v2 support' CONFIG_QFMT_V2 $CONFIG_QUOTA
if [ "$CONFIG_QUOTA" = "y" ]; then
define_bool CONFIG_QUOTACTL y
fi

-
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/