]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: remove a stale comment for btrfs_decompress_bio()
authorQu Wenruo <wqu@suse.com>
Fri, 11 Jun 2021 01:31:06 +0000 (09:31 +0800)
committerDavid Sterba <dsterba@suse.com>
Tue, 22 Jun 2021 12:11:57 +0000 (14:11 +0200)
commitb25008dbec7d90f12e85d50811c08bc1cdf2dead
treeafffff180498e498f19d9549a2812a7dcc6ceecc
parent103bb64922d00f6a37a00b00d67a043720975617
btrfs: remove a stale comment for btrfs_decompress_bio()

Since commit 2513ed74962a ("btrfs: btrfs_decompress_bio() could accept
compressed_bio instead"), btrfs_decompress_bio() accepts
"struct compressed_bio" other than open-coded parameter list.

Thus the comments for the parameter list is no longer needed.

Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/compression.c