commit | 844245b4548499efad26e33e408a459b1fe3a346 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Thu Aug 01 18:19:33 2019 -0400 |
committer | David Sterba <dsterba@suse.com> | Mon Sep 09 14:59:10 2019 +0200 |
tree | a05b8fe9ca52c60ce5410a1ee38bdca395539686 | |
parent | e11c0406ad1bb602e1e880fa4ff37dadb716639d [diff] |
btrfs: add a flush step for delayed iputs Delayed iputs could very well free up enough space without needing to commit the transaction, so make this step it's own step. This will allow us to skip the step for evictions in a later patch. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>