Skip to content
Snippets Groups Projects
Commit 4186318b authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

A lot of fixes

The native st_size-based approach to size estimation is broken because mutable
and immutable layouts have a different amount of overhead.  So start peeking
inside the share files.

Also, new_length must be respected now because when it is used the part of the
share file we peek at changes.  Also, new_length can *only* truncate so stop
treating it as if it can extend.
parent 0f4932dc
No related branches found
No related tags found
1 merge request!52Check passes in add_lease
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment