OSDN Git Service

Btrfs: remove no longer used function to run delayed refs asynchronously
authorFilipe Manana <fdmanana@suse.com>
Wed, 17 Apr 2019 09:28:47 +0000 (10:28 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 29 Apr 2019 17:02:45 +0000 (19:02 +0200)
commit32b593bfcb58638f40a72fd5c6db50a21616a54e
tree5d780b1ef9a7250c2e6468c045ce7dda53c70b3f
parente3de9b159a927fc1fd65e4d090b981b781c58926
Btrfs: remove no longer used function to run delayed refs asynchronously

It used to be called from only two places (truncate path and releasing a
transaction handle), but commits 28bad2125767c5 ("btrfs: fix truncate
throttling") and db2462a6ad3dc4 ("btrfs: don't run delayed refs in the end
transaction logic") removed their calls to this function, so it's not used
anymore. Just remove it and all its helpers.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h
fs/btrfs/extent-tree.c