[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Bug fix for ext2.c
From: |
Bean |
Subject: |
[PATCH] Bug fix for ext2.c |
Date: |
Sun, 15 Mar 2009 00:16:23 +0800 |
Hi,
I've discovered a bug in ext2.c, inside grub_ext2_mount. The mount
function must return GRUB_ERR_BAD_FS if something goes wrong, because
grub_fs_probe would stop as soon as it sees a non-GRUB_ERR_BAD_FS
error, thus preventing other fs driver from detecting the correct fs
type. This patch fixes the problem.
--
Bean
ext2.diff
Description: Binary data