commit | f3caa85a395dfe16682acf54a5f99af783b3bfb6 | [log] [tgz] |
---|---|---|
author | Mayuresh Chitale <mchitale@ventanamicro.com> | Tue May 02 21:40:20 2023 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 14 12:56:10 2023 -0400 |
tree | 9b1e56d495120dd51fa04632460cb357140ecf51 | |
parent | 064e0c037e074fcf2d4edbb0d591f60e41e0c3c5 [diff] |
spl: ext: Use partition size for mount Since commit 9905cae65e03 ("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>