hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/fs/quota/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Quota configuration
34 #
....@@ -14,7 +15,7 @@
1415 Ext3, ext4 and reiserfs also support journaled quotas for which
1516 you don't need to run quotacheck(8) after an unclean shutdown.
1617 For further details, read the Quota mini-HOWTO, available from
17
- <http://www.tldp.org/docs.html#howto>, or the documentation provided
18
+ <https://www.tldp.org/docs.html#howto>, or the documentation provided
1819 with the quota tools. Probably the quota support is only useful for
1920 multi user systems. If unsure, say N.
2021
....@@ -69,8 +70,3 @@
6970 config QUOTACTL
7071 bool
7172 default n
72
-
73
-config QUOTACTL_COMPAT
74
- bool
75
- depends on QUOTACTL && COMPAT_FOR_U64_ALIGNMENT
76
- default y