diff options
author | Jan Kara <jack@suse.cz> | 2010-08-17 12:14:44 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2010-10-05 12:16:37 +0200 |
commit | 80f44b152c889e592616adf0d33b856107f4bace (patch) | |
tree | 432867c97f855e57a023bbf13c4c81e700393448 /fs/xfs/Kconfig | |
parent | c6ea21e35bf3691cad59647c771e6606067f627d (diff) | |
download | kernel_samsung_tuna-80f44b152c889e592616adf0d33b856107f4bace.zip kernel_samsung_tuna-80f44b152c889e592616adf0d33b856107f4bace.tar.gz kernel_samsung_tuna-80f44b152c889e592616adf0d33b856107f4bace.tar.bz2 |
quota: Make QUOTACTL config be selected by its users
Remove "depends on" line from QUOTACTL config option and rather select
the option explicitely from config options which need it. It makes more
sense this way and also fixes Kconfig warning due to GFS2 selecting
QUOTACTL but QUOTACTL not depending on it.
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/xfs/Kconfig')
-rw-r--r-- | fs/xfs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/Kconfig b/fs/xfs/Kconfig index 480f281..6100ec0 100644 --- a/fs/xfs/Kconfig +++ b/fs/xfs/Kconfig @@ -22,6 +22,7 @@ config XFS_FS config XFS_QUOTA bool "XFS Quota support" depends on XFS_FS + select QUOTACTL help If you say Y here, you will be able to set limits for disk usage on a per user and/or a per group basis under XFS. XFS considers quota |