Skip to content

Commit b7557f3

Browse files
authored
Merge pull request #272 from Obihoernchen/odroidxu4-4.9.y
Enable fs quota support
2 parents c75ae5d + 45ff1f4 commit b7557f3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

arch/arm/configs/odroidxu3_defconfig

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/arm 4.9.11 Kernel Configuration
3+
# Linux/arm 4.9.12 Kernel Configuration
44
#
55
CONFIG_ARM=y
66
CONFIG_ARM_HAS_SG_CHAIN=y
@@ -5086,8 +5086,14 @@ CONFIG_FSNOTIFY=y
50865086
CONFIG_DNOTIFY=y
50875087
CONFIG_INOTIFY_USER=y
50885088
# CONFIG_FANOTIFY is not set
5089-
# CONFIG_QUOTA is not set
5090-
# CONFIG_QUOTACTL is not set
5089+
CONFIG_QUOTA=y
5090+
CONFIG_QUOTA_NETLINK_INTERFACE=y
5091+
# CONFIG_PRINT_QUOTA_WARNING is not set
5092+
# CONFIG_QUOTA_DEBUG is not set
5093+
CONFIG_QUOTA_TREE=m
5094+
CONFIG_QFMT_V1=m
5095+
CONFIG_QFMT_V2=m
5096+
CONFIG_QUOTACTL=y
50915097
CONFIG_AUTOFS4_FS=y
50925098
CONFIG_FUSE_FS=m
50935099
# CONFIG_CUSE is not set

0 commit comments

Comments
 (0)