]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: drop unused parameter data from btrfs_fill_super()
authorDavid Sterba <dsterba@suse.com>
Wed, 9 Oct 2024 14:32:17 +0000 (16:32 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 11 Nov 2024 13:34:17 +0000 (14:34 +0100)
commit01c5db782e3ad1aea1d06a1765c710328c145f10
tree30f0c6f42c4195ac6be1843ab723d8a6ce45f8a9
parent87cbab86366e75dec52f787e0e0b17b2aea769ca
btrfs: drop unused parameter data from btrfs_fill_super()

The only caller passes NULL, we can drop the parameter. This is since
the new mount option parser done in 3bb17a25bcb09a ("btrfs: add get_tree
callback for new mount API").

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