]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: fix comment about max_out in btrfs_compress_pages
authorAnand Jain <anand.jain@oracle.com>
Sat, 29 May 2021 09:48:36 +0000 (17:48 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 21 Jun 2021 13:19:07 +0000 (15:19 +0200)
commit50356eae9f4e8e3abc2229da7988c4d4a5805f32
tree02f58897b53a49790bc72a4b699431b4bb86811d
parentdf3b3c5dffebd588ed60018d0a0faee5e43fff94
btrfs: fix comment about max_out in btrfs_compress_pages

Commit 66be5dd30e4c ("btrfs: derive maximum output size in the
compression implementation") removed @max_out argument in
btrfs_compress_pages() but its comment remained, remove it.

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