]> git.hungrycats.org Git - linux/commitdiff
[PATCH] [PATCH 2.5.20] typo in quotas config
authorAlexander Riesen <alexander.riesen@synopsys.com>
Mon, 15 Jul 2002 05:55:45 +0000 (22:55 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 15 Jul 2002 05:55:45 +0000 (22:55 -0700)
 The entry for quota with 32bit UID/GID support is named "VFS v0...".

fs/Config.in

index dd36ea438dde5544e67ee07413f10dd5ea2ee02a..ffb3b91725c087f1be6be862e6e04de8ecef6eb8 100644 (file)
@@ -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