bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #2508] ext2fs support for large store (> 1.5G)


From: anonymous
Subject: [patch #2508] ext2fs support for large store (> 1.5G)
Date: Mon, 02 Apr 2007 22:44:23 +0000
User-agent: w3m/0.5.1+cvs-1.968

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]