]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: remove fs_info argument from maybe_fail_all_tickets()
authorFilipe Manana <fdmanana@suse.com>
Mon, 13 Oct 2025 13:02:41 +0000 (14:02 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 24 Nov 2025 20:59:09 +0000 (21:59 +0100)
commit1b809e305574ea59c0fa414cb129d6625d280944
treec20693692f5b262380d82d2fb5f66541d6229f2f
parentcf3ae29caf1657a8921396163f69fa36d1c8edac
btrfs: remove fs_info argument from maybe_fail_all_tickets()

We don't need it since we can grab fs_info from the given space_info.
So remove the fs_info argument.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Anand Jain <asj@kernel.org>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/space-info.c