commit | bac357dcec2956f01df9da5365be257741b534dc | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Wed Jul 20 16:48:45 2016 -0700 |
committer | Chris Mason <clm@fb.com> | Wed Jul 20 16:58:04 2016 -0700 |
tree | f696c4ea2ce8b51c9fe58f9bd5c6411693f7fc2d | |
parent | 24502ebb606baa87ba7b9a097a88398bd6edd2f4 [diff] |
Btrfs: avoid deadlocks during reservations in btrfs_truncate_block The new enospc code makes it possible to deadlock if we don't use FLUSH_LIMIT during reservations inside a transaction. This enforces the correct flush type to avoid both deadlocks and assertions Signed-off-by: Chris Mason <clm@fb.com> Signed-off-by: Josef Bacik <jbacik@fb.com>