]> git.baikalelectronics.ru Git - uboot.git/commit
spl: ext: Use partition size for mount
authorMayuresh Chitale <mchitale@ventanamicro.com>
Tue, 2 May 2023 16:10:20 +0000 (21:40 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 14 Jun 2023 16:56:10 +0000 (12:56 -0400)
commit762962bfef6c1ce0a15b1b6a2336526240590fc4
tree9b1e56d495120dd51fa04632460cb357140ecf51
parent35744567e6dda90326e680ce0d293b247dd5069f
spl: ext: Use partition size for mount

Since commit ed8de23af2ce ("fs: ext4: check the minimal partition size
to mount"), a valid size needs to be provided when mounting
an ext filesystem. Fix the spl ext driver to use the parition size
instead of 0 when mounting the filesystem.

Signed-off-by: Mayuresh Chitale <mchitale@ventanamicro.com>
common/spl/spl_ext.c