Kconfig (f01387d2693813eb5271a3448e6a082322c7d75d) | Kconfig (83fe27ea531161a655f02dc7732d14cfaa27fd5d) |
---|---|
1# 2# Quota configuration 3# 4 5config QUOTA 6 bool "Quota support" 7 select QUOTACTL | 1# 2# Quota configuration 3# 4 5config QUOTA 6 bool "Quota support" 7 select QUOTACTL |
8 select SRCU |
|
8 help 9 If you say Y here, you will be able to set per user limits for disk 10 usage (also called disk quotas). Currently, it works for the 11 ext2, ext3, ext4, jfs, ocfs2 and reiserfs file systems. 12 Note that gfs2 and xfs use their own quota system. 13 Ext3, ext4 and reiserfs also support journaled quotas for which 14 you don't need to run quotacheck(8) after an unclean shutdown. 15 For further details, read the Quota mini-HOWTO, available from --- 60 unchanged lines hidden --- | 9 help 10 If you say Y here, you will be able to set per user limits for disk 11 usage (also called disk quotas). Currently, it works for the 12 ext2, ext3, ext4, jfs, ocfs2 and reiserfs file systems. 13 Note that gfs2 and xfs use their own quota system. 14 Ext3, ext4 and reiserfs also support journaled quotas for which 15 you don't need to run quotacheck(8) after an unclean shutdown. 16 For further details, read the Quota mini-HOWTO, available from --- 60 unchanged lines hidden --- |