commit | 6ed6a1057092ce6b145896cb4a4a028db7e43fdb | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Mon Sep 24 11:10:57 2018 -0700 |
committer | Josef Bacik <josef@toxicpanda.com> | Thu Sep 27 11:46:49 2018 -0700 |
tree | 9e6b7c74429d0782e548e6d94803b5ac9e93ff2f | |
parent | 1e9e9dc17d2c8b51cabae3fbc59000571150555d [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>