]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfebfe2351a81693798ff547d6cdcb0c4adda4f8b
treecb76449ee4154b06695f8c77c1cf981b540e16d6
parenta5c93055dfd7b6879a77f118e478c6983f06fe9c
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