commit | d58fce041672d5965c9d3a33bff2e77af09c0442 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Mon Sep 24 10:59:22 2018 -0700 |
committer | Josef Bacik <josef@toxicpanda.com> | Thu Sep 27 11:46:49 2018 -0700 |
tree | 2c0f9f8939421772e49fde4b21749c5d93964fd8 | |
parent | e55068357888439fa65a35b9b63b9bb9a6f337a5 [diff] |
btrfs: drop min_size from evict_refill_and_join We don't need it, rsv->size is set once and never changes throughout its lifetime, so just use that for the reserve size. Signed-off-by: Josef Bacik <josef@toxicpanda.com>