diff options
author | Nikolay Borisov <nborisov@suse.com> | 2018-04-19 10:46:39 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-05-28 18:07:20 +0200 |
commit | 40012f96b6765e588d8ffd7508d492339f2b9212 (patch) | |
tree | 36f18c7debed05ce37132c9c9105a66ef27d250b /fs/btrfs/ctree.h | |
parent | 8ae225a8a4f9054ffc6566e14aaf05dfc559743e (diff) | |
download | blackbird-op-linux-40012f96b6765e588d8ffd7508d492339f2b9212.tar.gz blackbird-op-linux-40012f96b6765e588d8ffd7508d492339f2b9212.zip |
btrfs: Remove btrfs_wait_and_free_delalloc_work
This function is called from only 1 place and is effectively a wrapper
over wait_completion/kfree. It doesn't really bring any value having
those two calls in a separate function. Just open code it and remove it.
No functional changes.
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 3a382ed94030..de86f2217816 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -3173,7 +3173,6 @@ struct btrfs_delalloc_work { struct btrfs_delalloc_work *btrfs_alloc_delalloc_work(struct inode *inode, int delay_iput); -void btrfs_wait_and_free_delalloc_work(struct btrfs_delalloc_work *work); struct extent_map *btrfs_get_extent_fiemap(struct btrfs_inode *inode, struct page *page, size_t pg_offset, u64 start, |