]> git.tuebingen.mpg.de Git - osl.git/commit
Store table version in struct osl_table.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 19 Apr 2017 13:05:53 +0000 (15:05 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 17 Jun 2020 20:30:31 +0000 (22:30 +0200)
commit53ef87d70bcddd1678edaeeeb5f4e0b0cb55c843
treec0e892b1d86ca9d3ea6f9ef3f92c1fd2e95cf65d
parent8d549f29ee743cff2deaab5112dde797476f441f
Store table version in struct osl_table.

This modifies read_table_desc() to return the table version read from
the index header. The returned version number is stored in the newly
added field of struct osl_table. This will allow us to choose a hash
function based on the version.
fsck.c
osl.c
osl_core.h