commit | 4202997339f8dda55ed2250d4f985de5384c10b0 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Fri Feb 28 15:00:59 2020 -0500 |
committer | Josef Bacik <josef@toxicpanda.com> | Fri Feb 28 16:46:00 2020 -0500 |
tree | dc2c5d5aa230225284c2d61418efeab7858a587a | |
parent | 1e2d2400f3b5322e23ef819913ba79fef9dde7da [diff] |
btrfs: run clean_dirty_subvols if we fail to start a trans If we do merge_reloc_roots() we could insert a few roots onto the dirty subvol roots list, where we hold a ref on them. If we fail to start the transaction we need to run clean_dirty_subvols() in order to cleanup the refs. Signed-off-by: Josef Bacik <josef@toxicpanda.com>