btrfs: raid56: cleanup for function __free_raid_bio()
authorQu Wenruo <wqu@suse.com>
Mon, 10 Oct 2022 10:36:08 +0000 (18:36 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 5 Dec 2022 17:00:38 +0000 (18:00 +0100)
commitff2b64a22a2efcc087520e94ad06b005268a5f9d
treede823d80511777e02dc6cb6df9f16df883258be8
parent765c3fe99bcda005d66c159f9a46fc2e0c77c8ce
btrfs: raid56: cleanup for function __free_raid_bio()

The cleanup involves two things:

- Remove the "__" prefix
  There is no naming confliction.

- Remove the forward declaration
  There is no special function call involved.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/raid56.c