Re: [PATCH] fs: ext4: check the minimal partition size to mount

2023-03-22 Thread Tom Rini
On Wed, Mar 08, 2023 at 09:49:54AM +0100, Patrick Delaunay wrote: > No need to mount a too small partition to handle a EXT4 file system. > > This patch add a test on partition size before to read the > SUPERBLOCK_SIZE buffer and avoid error latter in fs_devread() function. > > Signed-off-by: Pat

[PATCH] fs: ext4: check the minimal partition size to mount

2023-03-08 Thread Patrick Delaunay
No need to mount a too small partition to handle a EXT4 file system. This patch add a test on partition size before to read the SUPERBLOCK_SIZE buffer and avoid error latter in fs_devread() function. Signed-off-by: Patrick Delaunay --- This patch avoids traces when EFI try to detect FS type on o