/[grub]/grub2/kern/disk.c
ViewVC logotype

Diff of /grub2/kern/disk.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by marco_g, Sat Dec 4 18:45:45 2004 UTC revision 1.10 by okuji, Sun Jul 31 16:12:29 2005 UTC
# Line 535  grub_print_partinfo (grub_device_t disk, Line 535  grub_print_partinfo (grub_device_t disk,
535        grub_printf ("\tPartition num:%s, Filesystem type %s",        grub_printf ("\tPartition num:%s, Filesystem type %s",
536                     partname, fs ? fs->name : "Unknown");                     partname, fs ? fs->name : "Unknown");
537                        
538        if (fs)        if (fs && fs->label)
539          {          {
540            (fs->label) (part, &label);            (fs->label) (part, &label);
541            if (grub_errno == GRUB_ERR_NONE)            if (grub_errno == GRUB_ERR_NONE)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26