Miklos, Following two cleanup patches that make Christian's new mount api patches smaller and easier to review. I had already rebased Christain's patches over these cleanups and pushed to github branch fs-overlayfs-mount_api [1], which I am running tests on. Thanks. Amir. [1] https://github.com/amir73il/linux/commits/fs-overlayfs-mount_api Amir Goldstein (2): ovl: store enum redirect_mode in config instead of a string ovl: factor out ovl_parse_options() helper fs/overlayfs/dir.c | 2 +- fs/overlayfs/namei.c | 6 +- fs/overlayfs/overlayfs.h | 28 ++- fs/overlayfs/ovl_entry.h | 4 +- fs/overlayfs/super.c | 355 +++++++++++++++++++++------------------ fs/overlayfs/util.c | 7 - 6 files changed, 224 insertions(+), 178 deletions(-) -- 2.34.1