[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grub2 ChangeLog fs/reiserfs.c
From: |
Robert Millan |
Subject: |
grub2 ChangeLog fs/reiserfs.c |
Date: |
Mon, 21 Jan 2008 14:32:49 +0000 |
CVSROOT: /sources/grub
Module name: grub2
Changes by: Robert Millan <robertmh> 08/01/21 14:32:49
Modified files:
. : ChangeLog
fs : reiserfs.c
Log message:
2008-01-21 Robert Millan <address@hidden>
Fix detection of very small filesystems (like tar).
* fs/reiserfs.c (grub_reiserfs_mount): When disk is too small to
contain a ReiserFS, abort with GRUB_ERR_BAD_FS rather than
GRUB_ERR_OUT_OF_RANGE (which made the upper layer think there's
a problem with this disk).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/grub2/ChangeLog?cvsroot=grub&r1=1.513&r2=1.514
http://cvs.savannah.gnu.org/viewcvs/grub2/fs/reiserfs.c?cvsroot=grub&r1=1.4&r2=1.5