commit | 7fb7998b599a2e1f3744fbd34a3e7145da841ed1 | [log] [tgz] |
---|---|---|
author | Christian Brauner <brauner@kernel.org> | Mon Jun 26 12:23:36 2023 +0200 |
committer | Amir Goldstein <amir73il@gmail.com> | Mon Jul 03 16:08:17 2023 +0300 |
tree | 52ae0538040cbdc17362fadb08db5490bf484ff7 | |
parent | a901a3568fd26ca9c4a82d8bc5ed5b3ed844d451 [diff] |
ovl: move all parameter handling into params.{c,h} While initially I thought that we couldn't move all new mount api handling into params.{c,h} it turns out it is possible. So this just moves a good chunk of code out of super.c and into params.{c,h}. Signed-off-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Amir Goldstein <amir73il@gmail.com>