Skip to content
Commit 95e69b16 authored by Filipe Manana's avatar Filipe Manana Committed by Greg Kroah-Hartman
Browse files

btrfs: remove unnecessary prototype declarations at disk-io.c

[ Upstream commit 184533e3

 ]

We have a few static functions at disk-io.c for which we have a forward
declaration of their prototype, but it's not needed because all those
functions are defined before they are called, so remove them.

Signed-off-by: default avatarFilipe Manana <fdmanana@suse.com>
Reviewed-by: default avatarDavid Sterba <dsterba@suse.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
Stable-dep-of: fb33eb2e

 ("btrfs: fix leak of qgroup extent records after transaction abort")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent be70a6c5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment