Edit

IABSD.fr/src/sbin/fsdb

Branch :

  • Show log

    Commit

  • Author : otto
    Date : 2020-05-28 15:48:28
    Hash : d06c4e1f
    Message : Make generation numbers unsigned and fill them using a random number from the range [1..UINT_MAX] initially. On inode re-use increment and on wrap refill from the range [1..UINT_MAX-1] to avoid assigning UINT_MAX (the original value). Zero still means uninitialized. ok millert@