]> git.tuebingen.mpg.de Git - paraslash.git/commit
Store chunk info in the afhi column rather than in the chunk column.
authorAndre Noll <maan@systemlinux.org>
Sat, 3 Nov 2007 21:04:04 +0000 (22:04 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 3 Nov 2007 21:04:04 +0000 (22:04 +0100)
commit8355c4a3da89caf9b50b593aca55567a6b58a224
tree8127884a9d4736cddfc830c4ae918634478a38ab
parent81b9f55a3b231cef27073d02098178895386077d
Store chunk info in the afhi column rather than in the chunk column.

As the afhi column is mmapped, the chunk info is now available to
the ls command. The disk-storage column "chunks" only contains the
chunk table which allows to get rid of load_chunk_info() and
save_chunk_info().
aft.c