summaryrefslogtreecommitdiff
path: root/fs/ext4/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/Kconfig')
-rw-r--r--fs/ext4/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
index 8ddaebebd48..a2faa9f878a 100644
--- a/fs/ext4/Kconfig
+++ b/fs/ext4/Kconfig
@@ -12,3 +12,11 @@ config EXT4_WRITE
help
This provides support for creating and writing new files to an
existing ext4 filesystem partition.
+
+config EXT4_MAX_JOURNAL_ENTRIES
+ int "Maximum numbers of journal entries for ext4 filesystem"
+ default 100
+ depends on EXT4_WRITE
+ help
+ This provides support for allocating the maximum number of
+ journal entries in disks formatted with ext4 filesysyem.