Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 417393 | Differences between
and this patch

Collapse All | Expand All

(-)grub-2.00~beta5.orig/grub-core/disk/diskfilter.c (-1 / +1 lines)
Lines 780-786 Link Here
780
      struct grub_diskfilter_vg *vg = lv->vg;
780
      struct grub_diskfilter_vg *vg = lv->vg;
781
      struct grub_diskfilter_segment *seg = lv->segments;
781
      struct grub_diskfilter_segment *seg = lv->segments;
782
      grub_uint64_t extent;
782
      grub_uint64_t extent;
783
      grub_size_t to_read;
783
      grub_uint64_t to_read;
784
784
785
      extent = grub_divmod64 (sector, vg->extent_size, NULL);
785
      extent = grub_divmod64 (sector, vg->extent_size, NULL);
786
      
786
      

Return to bug 417393