1 Index: b/stage2/disk_io.c
2 ===================================================================
7 devwrite (unsigned int sector, int sector_count, char *buf)
9 -#if defined(GRUB_UTIL) && defined(__linux__)
10 +#if defined(GRUB_UTIL) && defined(__linux__) && !defined(SUPPORT_LOOPDEV)
11 if (current_partition != 0xFFFFFF
12 && is_disk_device (device_map, current_drive))