Skip to content

Commit

Permalink
ext4: get rid of super block and sbi from handle_mount_ops()
Browse files Browse the repository at this point in the history
At the parsing phase of mount in the new mount api sb will not be
available. We've already removed some uses of sb and sbi, but now we
need to get rid of the rest of it.

Use ext4_fs_context to store all of the configuration specification so
that it can be later applied to the super block and sbi.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Link: https://lore.kernel.org/r/20211027141857.33657-9-lczerner@redhat.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
  • Loading branch information
Lukas Czerner authored and Theodore Ts'o committed Dec 9, 2021
1 parent b6bd243 commit 6e47a3c
Showing 1 changed file with 368 additions and 173 deletions.
Loading

0 comments on commit 6e47a3c

Please sign in to comment.