[CRIU] [PATCH 01/11] images: remap-file-path -- Reserve entries for NFS support

Pavel Emelyanov xemul at virtuozzo.com
Thu Aug 4 06:59:05 PDT 2016


On 08/02/2016 06:34 PM, Cyrill Gorcunov wrote:
> And fix style.
> 
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> ---
>  images/remap-file-path.proto | 10 +++++++---
>  1 file changed, 7 insertions(+), 3 deletions(-)
> 
> diff --git a/images/remap-file-path.proto b/images/remap-file-path.proto
> index 2221800c774f..54727b82ffc2 100644
> --- a/images/remap-file-path.proto
> +++ b/images/remap-file-path.proto
> @@ -1,9 +1,13 @@
>  syntax = "proto2";
>  
>  enum remap_type {
> -  LINKED		= 0;
> -  GHOST 		= 1;
> -  PROCFS		= 2;
> +	LINKED		= 0;
> +	GHOST		= 1;
> +	PROCFS		= 2;
> +
> +	/* Reserve for NFS support */
> +	SPFS		= 3;
> +	SPFS_LINKED	= 4;

Please, comment those out as it's done in mnt.proto.

>  };
>  
>  message remap_file_path_entry {
> 



More information about the CRIU mailing list