* grub-core/disk/diskfilter.c: Forgot to remove comment
from previous commit.
This commit is contained in:
parent
5b06b53cbd
commit
a4c89b1731
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue