You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
btrfs: remove unnecessary prototype declarations at disk-io.c
[ Upstream commit 184533e ]
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: Filipe Manana <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Stable-dep-of: fb33eb2 ("btrfs: fix leak of qgroup extent records after transaction abort")
Signed-off-by: Sasha Levin <[email protected]>
0 commit comments