]> www.infradead.org Git - users/willy/linux.git/commit
btrfs: drop unused parameter transaction from alloc_log_tree()
authorDavid Sterba <dsterba@suse.com>
Wed, 9 Oct 2024 14:32:20 +0000 (16:32 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 11 Nov 2024 13:34:17 +0000 (14:34 +0100)
commitd12a1a2a302278de83b57c1af77840b473b0e04c
treee33552f2a354c01810a800af9e6abe6cbdd1a65b
parent01c5db782e3ad1aea1d06a1765c710328c145f10
btrfs: drop unused parameter transaction from alloc_log_tree()

The function got split in commit 6ab6ebb76042d3 ("btrfs: split
alloc_log_tree()") and since then transaction parameter has been unused.

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