Follow-up Comment #15, patch #2508 (project hurd):

There is a strange assert:

  assert (! (disk_cache_info[index].flags & DC_DONT_REUSE & ~DC_UNTOUCHED));

DC_UNTOUCHED includes DC_DONT_REUSE, so DC_DONT_REUSE & ~DC_UNTOUCHED will
actually always be 0 (and hence the assertion always succeed).


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?2508>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd

Reply via email to