ext4: Add fs parameter specifications for mount options
authorLukas Czerner <lczerner@redhat.com>
Wed, 27 Oct 2021 14:18:46 +0000 (16:18 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 9 Dec 2021 19:11:07 +0000 (14:11 -0500)
commite5a185c26c11cbd1d386be8ee4c5e57b4f62273a
tree85dc1629ca56f7952ac6756d5dabcd7b0abc78dd
parent6abfaaf124a81b7d2ab132cc2c9885baa14171e5
ext4: Add fs parameter specifications for mount options

Create an array of fs_parameter_spec called ext4_param_specs to
hold the mount option specifications we're going to be using with the
new mount api.

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