btrfs: remove unused logic of limiting async delalloc pages
authorDavid Sterba <dsterba@suse.com>
Fri, 6 Jan 2017 12:27:00 +0000 (13:27 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 14 Feb 2017 14:50:51 +0000 (15:50 +0100)
commit95995dbbe691c78cf78948e48b9778531bf1fb3c
tree5e267a315717c49bed416513c98a01715da456af
parent26d30f85290723613a32e8f1d02504352502a224
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>
fs/btrfs/inode.c