Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs

Pull ext4 Kconfig description fixup from Jan Kara:
"A small fixup in description of EXT4_USE_FOR_EXT2 config option"

* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
ext4: Update EXT4_USE_FOR_EXT2 description

+1 -1
+1 -1
fs/ext4/Kconfig
··· 63 63 If unsure, say N. 64 64 65 65 config EXT4_USE_FOR_EXT2 66 - bool "Use ext4 for ext2/ext3 file systems" 66 + bool "Use ext4 for ext2 file systems" 67 67 depends on EXT4_FS 68 68 depends on EXT2_FS=n 69 69 default y