From f7c98bea4e55e86c69ee580b1483ef654106237e Mon Sep 17 00:00:00 2001 From: Alexander Riesen Date: Sun, 14 Jul 2002 22:55:45 -0700 Subject: [PATCH] [PATCH] [PATCH 2.5.20] typo in quotas config The entry for quota with 32bit UID/GID support is named "VFS v0...". --- fs/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/Config.in b/fs/Config.in index dd36ea438dde..ffb3b91725c0 100644 --- a/fs/Config.in +++ b/fs/Config.in @@ -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 -- 2.47.3