diff mbox series

configs/galileo: CONFIG_LBDAF=y

Message ID 20170902081032.24935-1-sielicki@yandex.com
State Accepted
Headers show
Series configs/galileo: CONFIG_LBDAF=y | expand

Commit Message

Nicholas Sielicki Sept. 2, 2017, 8:10 a.m. UTC
Kernel help-text states, "The ext4 filesystem requires that this feature
be enabled <...> otherwise, it will refuse to mount in the read-write
mode any filesystems that use the huge_file feature, which is enabled by
default by mke2fs.ext4."

If the rootfs is to be (re)mounted rw at boot, this must be set for the
system to successfully come up.

Signed-off-by: Nicholas Sielicki <sielicki@yandex.com>
---
 board/intel/galileo/linux-3.14.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Sept. 2, 2017, 6:14 p.m. UTC | #1
Hello,

On Sat,  2 Sep 2017 03:10:32 -0500, Nicholas Sielicki wrote:
> Kernel help-text states, "The ext4 filesystem requires that this feature
> be enabled <...> otherwise, it will refuse to mount in the read-write
> mode any filesystems that use the huge_file feature, which is enabled by
> default by mke2fs.ext4."
> 
> If the rootfs is to be (re)mounted rw at boot, this must be set for the
> system to successfully come up.
> 
> Signed-off-by: Nicholas Sielicki <sielicki@yandex.com>
> ---
>  board/intel/galileo/linux-3.14.config | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
Peter Korsgaard Oct. 16, 2017, 9:43 p.m. UTC | #2
>>>>> "Nicholas" == Nicholas Sielicki <sielicki@yandex.com> writes:

 > Kernel help-text states, "The ext4 filesystem requires that this feature
 > be enabled <...> otherwise, it will refuse to mount in the read-write
 > mode any filesystems that use the huge_file feature, which is enabled by
 > default by mke2fs.ext4."

 > If the rootfs is to be (re)mounted rw at boot, this must be set for the
 > system to successfully come up.

 > Signed-off-by: Nicholas Sielicki <sielicki@yandex.com>

Committed to 2017.08.x, thanks.
diff mbox series

Patch

diff --git a/board/intel/galileo/linux-3.14.config b/board/intel/galileo/linux-3.14.config
index 58564da9e..e7aa9cf23 100644
--- a/board/intel/galileo/linux-3.14.config
+++ b/board/intel/galileo/linux-3.14.config
@@ -28,7 +28,7 @@  CONFIG_EMBEDDED=y
 CONFIG_JUMP_LABEL=y
 CONFIG_MODULES=y
 CONFIG_MODULE_UNLOAD=y
-# CONFIG_LBDAF is not set
+CONFIG_LBDAF=y
 CONFIG_PARTITION_ADVANCED=y
 CONFIG_BSD_DISKLABEL=y
 # CONFIG_ZONE_DMA is not set