* grub-core/disk/diskfilter.c: Forgot to remove comment

from previous commit.
This commit is contained in:
Andrey Borzenkov 2013-06-16 16:35:20 +04:00
parent 5b06b53cbd
commit a4c89b1731
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-06-16 Andrey Borzenkov <arvidjaar@gmail.com>
* grub-core/disk/diskfilter.c: Forgot to remove comment
from previous commit.
2013-06-16 Andrey Borzenkov <arvidjaar@gmail.com>
* grub-core/term/gfxterm.c (grub_virtual_screen_setup): Use

View File

@ -188,7 +188,6 @@ scan_disk (const char *name, int accept_diskfilter)
if (!accept_diskfilter && is_valid_diskfilter_name (name))
return 0;
/* FIXME do we still need it? It is not called recursively anymore */
if (scan_depth > 100)
return 0;