]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit176161a8d0917266a277998e3489c0b0ffa86163
tree85dc1629ca56f7952ac6756d5dabcd7b0abc78dd
parentf956b4324d51cdc0efc58fe939f17e7e6ee79699
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