]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/disk/diskfilter.c: Forgot to remove comment
authorAndrey Borzenkov <arvidjaar@gmail.com>
Sun, 16 Jun 2013 12:35:20 +0000 (16:35 +0400)
committerAndrey Borzenkov <arvidjaar@gmail.com>
Sun, 16 Jun 2013 12:35:20 +0000 (16:35 +0400)
from previous commit.

ChangeLog
grub-core/disk/diskfilter.c

index f7fa7106deab3371094ecddf03c8ee096d1c87d5..cce65e87f7b1449713f34f66c5caab39f64c0e8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 045517726238129a92515da4ecc41e633ad93dfe..99bf9e5c34326041362453d3e43e6cec2724b6c3 100644 (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;