ext4: move option validation to a separate function
authorLukas Czerner <lczerner@redhat.com>
Wed, 27 Oct 2021 14:18:47 +0000 (16:18 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 9 Dec 2021 19:11:07 +0000 (14:11 -0500)
commit4c94bff967d90e91ace38a9886c1c7777a9c6f91
tree0cf128ac3051b3e0f562dd0e7346a78175d23b7e
parente5a185c26c11cbd1d386be8ee4c5e57b4f62273a
ext4: move option validation to a separate function

Move option validation out of parse_options() into a separate function
ext4_validate_options().

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Link: https://lore.kernel.org/r/20211027141857.33657-4-lczerner@redhat.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c