Re: [PATCH 1/3] fs/xfs: Handle root inode read failure in grub_xfs_mount

2025-02-24 Thread Daniel Kiper
On Thu, Jan 23, 2025 at 08:44:13PM +0300, Egor Ignatov wrote: I think you should explain in the commit message why this patch is needed. > Signed-off-by: Egor Ignatov > --- > grub-core/fs/xfs.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/grub-core/fs/xfs.c b/grub-core/fs/xfs.c >

[PATCH 1/3] fs/xfs: Handle root inode read failure in grub_xfs_mount

2025-01-23 Thread Egor Ignatov
Signed-off-by: Egor Ignatov --- grub-core/fs/xfs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grub-core/fs/xfs.c b/grub-core/fs/xfs.c index 8e02ab4a30..7c903f01a3 100644 --- a/grub-core/fs/xfs.c +++ b/grub-core/fs/xfs.c @@ -1053,6 +1053,8 @@ grub_xfs_mount (grub_disk_t disk)