Commit 180cfca
btrfs: drop unused parameter data from btrfs_fill_super()
BugLink: https://bugs.launchpad.net/bugs/2102118
[ Upstream commit 01c5db7 ]
The only caller passes NULL, we can drop the parameter. This is since
the new mount option parser done in 3bb17a2 ("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>
Stable-dep-of: 951a3f5 ("btrfs: fix mount failure due to remount races")
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>1 parent e006338 commit 180cfca
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
929 | 929 | | |
930 | 930 | | |
931 | 931 | | |
932 | | - | |
933 | | - | |
| 932 | + | |
934 | 933 | | |
935 | 934 | | |
936 | 935 | | |
| |||
1873 | 1872 | | |
1874 | 1873 | | |
1875 | 1874 | | |
1876 | | - | |
| 1875 | + | |
1877 | 1876 | | |
1878 | 1877 | | |
1879 | 1878 | | |
| |||
0 commit comments