~hamo/ubuntu/precise/grub2/grub2.hi_res

« back to all changes in this revision

Viewing changes to fs/fat.c

ImportĀ upstreamĀ versionĀ 1.97~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
422
422
              break;
423
423
            }
424
424
 
425
 
#if 0
426
 
          grub_printf ("%s:%d: fat_size=%d, next_cluster=%u\n",
427
 
                       __FILE__, __LINE__, data->fat_size, next_cluster);
428
 
#endif
 
425
          grub_dprintf ("fat", "fat_size=%d, next_cluster=%u\n",
 
426
                        data->fat_size, next_cluster);
429
427
 
430
428
          /* Check the end.  */
431
429
          if (next_cluster >= data->cluster_eof_mark)