Commit f7c98bea authored by Alexander Riesen's avatar Alexander Riesen Committed by Linus Torvalds

[PATCH] [PATCH 2.5.20] typo in quotas config

 The entry for quota with 32bit UID/GID support is named "VFS v0...".
parent 23566cea
......@@ -6,7 +6,7 @@ comment 'File systems'
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment