]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: move quota configuration out of handle_mount_opt()
authorLukas Czerner <lczerner@redhat.com>
Wed, 27 Oct 2021 14:18:50 +0000 (16:18 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 9 Dec 2021 19:11:07 +0000 (14:11 -0500)
commitc961fcaac4a491948cbc75a719fefd150ea94be3
tree75dd1dc1fc88af976169ce4c05370fe71e7773a9
parent55dd05680afb543beda562dce5062dbfa4273bdd
ext4: move quota configuration out of handle_mount_opt()

At the parsing phase of mount in the new mount api sb will not be
available so move quota confiquration out of handle_mount_opt() by
noting the quota file names in the ext4_fs_context structure to be
able to apply it later.

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