]> Git Repo - J-u-boot.git/commit
fs/erofs: Remove an unnecessary assertion
authorYifan Zhao <[email protected]>
Wed, 26 Jul 2023 04:56:04 +0000 (12:56 +0800)
committerTom Rini <[email protected]>
Mon, 7 Aug 2023 17:41:44 +0000 (13:41 -0400)
commit7ee1325a537b2b7938676e9ca3c99c16c8d8487d
tree8c208d99fe64bd5c6fb7617a26da748e4fb03f1b
parentfa96774d2925443363aa2a5da8a12ced28e158a1
fs/erofs: Remove an unnecessary assertion

In [1] Sam points out an assertion does not hold true for 32-bit
platforms, which only impacts Large File Support (LFS) API usage
in erofs-utils according to Xiang [2]. We don't think these APIs
are used in u-boot and this restriction could be safely removed.

[1] https://lists.denx.de/pipermail/u-boot/2023-July/524679.html
[2] https://lists.denx.de/pipermail/u-boot/2023-July/524727.html

Fixes: 3a21e92fc255 ("fs/erofs: Introduce new features including ztailpacking, fragments and dedupe")
Signed-off-by: Yifan Zhao <[email protected]>
Tested-by: Sam Edwards <[email protected]>
fs/erofs/internal.h
This page took 0.033973 seconds and 4 git commands to generate.