ext4: Change handle_mount_opt() to use fs_parameter
authorLukas Czerner <lczerner@redhat.com>
Wed, 27 Oct 2021 14:18:48 +0000 (16:18 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 9 Dec 2021 19:11:07 +0000 (14:11 -0500)
commit461c3af045d3ab949360fedbfb3ea1dcd9d8b22b
treecb76449ee4154b06695f8c77c1cf981b540e16d6
parent4c94bff967d90e91ace38a9886c1c7777a9c6f91
ext4: Change handle_mount_opt() to use fs_parameter

Use the new mount option specifications to parse the options in
handle_mount_opt(). However we're still using the old API to get the
options string.

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