commit | 125b9a554d1c6453ea5199c75db1994710f34ca9 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Mon Sep 24 11:10:57 2018 -0700 |
committer | Josef Bacik <josef@toxicpanda.com> | Mon Sep 24 11:10:57 2018 -0700 |
tree | fd4cc20d0c60c562e573aa7aff8c07ba3c995508 | |
parent | 7e4c3993e200e4261480c679748974d590ad17ca [diff] |
btrfs: don't run delayed_iputs in commit This could result in a really bad case where we do something like evict evict_refill_and_join btrfs_commit_transaction btrfs_run_delayed_iputs evict evict_refill_and_join btrfs_commit_transaction ... forever We have plenty of other places where we run delayed iputs that are much safer, let those do the work. Signed-off-by: Josef Bacik <josef@toxicpanda.com>