commit | 95995dbbe691c78cf78948e48b9778531bf1fb3c | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Jan 06 13:27:00 2017 +0100 |
committer | David Sterba <dsterba@suse.com> | Tue Feb 14 15:50:51 2017 +0100 |
tree | 5e267a315717c49bed416513c98a01715da456af | |
parent | 26d30f85290723613a32e8f1d02504352502a224 [diff] |
btrfs: remove unused logic of limiting async delalloc pages A proposed patch in https://marc.info/?l=linux-btrfs&m=147859791003837 pointed out bad limit threshold in cow_file_range_async, but it turned out that the whole logic is not necessary and is done by writeback. We agreed to remove it. Signed-off-by: David Sterba <dsterba@suse.com>