]> git.baikalelectronics.ru Git - uboot.git/commit
ext4: add support for filesystems without JOURNAL
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 21 Jun 2019 13:35:35 +0000 (15:35 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jul 2019 15:31:24 +0000 (11:31 -0400)
commitead0c3830ebf8c847da98586f5f3a422bb8f7d32
treee38b25bdf3e3e3fe4898beb658e421f9d69ee6b7
parentb7041f6b1cf39fdf229d41ae793e356617847c3f
ext4: add support for filesystems without JOURNAL

JOURNAL is optional for EXT4 (and EXT3) filesystems, so add support for
skipping it. This fixes corrupting EXT4 volumes without JOURNAL after
using uboot's 'ext4write' command.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
fs/ext4/ext4_journal.c
fs/ext4/ext4_journal.h