]> www.infradead.org Git - users/dwmw2/linux.git/commit
btrfs: drop unused parameter options from open_ctree()
authorDavid Sterba <dsterba@suse.com>
Wed, 9 Oct 2024 14:32:07 +0000 (16:32 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 11 Nov 2024 13:34:17 +0000 (14:34 +0100)
commit87cbab86366e75dec52f787e0e0b17b2aea769ca
tree648f9a26066edf998e7d84af09d25357e80c50e7
parentec315b4b9f66794a63961cb06df9212abe0819a9
btrfs: drop unused parameter options from open_ctree()

Since the new mount option parser in commit ad21f15b0f79 ("btrfs:
switch to the new mount API") we don't pass the options like that
anymore.

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