On Sun, Mar 22, 2009 at 02:09:52PM +0100, phcoder wrote: > > - grub_disk_cache_invalidate (dev_id, disk_id, sector); > - > index = grub_disk_cache_get_index (dev_id, disk_id, sector); > cache = grub_disk_cache_table + index; > + > + cache->lock = 1; > + grub_free (cache->data); > + cache->data = 0; > + cache->lock = 0;
Does this imply grub_disk_cache_invalidate() is not working properly? Can it be fixed instead? -- Robert Millan The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and how) you may access your data; but nobody's threatening your freedom: we still allow you to remove your data and not access it at all." _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel