]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7fe3009e4de578b005c50f58d7dbad0091fdb840
tree5d780b1ef9a7250c2e6468c045ce7dda53c70b3f
parent04b05b12545aa37296e371763602025dbe70448c
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 e433e9efb7b28c ("btrfs: fix truncate
throttling") and d1da3c12e671f2 ("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