Some overlayfs mount options cannot be changed via remount, but current remount does not return error even if we specify different value to unchangeable options. This patch series adjust option parsing to support remount and return proper error message and code when recogonizing unchangeable options in remount. Thanks, Chengguang. --- Chengguang Xu (3): ovl: adjust option parsing for supporting remount ovl: move the code of ovl_remount() to behind ovl_parse_opt() ovl: return error when specifying unchangeable options in remount fs/overlayfs/super.c | 150 ++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 108 insertions(+), 42 deletions(-) -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-unionfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html