[CRIU] [PATCH v4 12/17] mount: add support for SUNRPC Pipefs
    Pavel Emelyanov 
    xemul at virtuozzo.com
       
    Thu Jun  2 04:16:04 PDT 2016
    
    
  
On 05/20/2016 02:37 PM, Stanislav Kinsburskiy wrote:
Can be merged with #11.
> Signed-off-by: Stanislav Kinsburskiy <skinsbursky at virtuozzo.com>
> ---
>  criu/mount.c |    5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/criu/mount.c b/criu/mount.c
> index 6f47655..a2fa80d 100644
> --- a/criu/mount.c
> +++ b/criu/mount.c
> @@ -1803,7 +1803,10 @@ static struct fstype fstypes[] = {
>  		.parse = autofs_parse,
>  		.dump = autofs_dump,
>  		.mount = autofs_mount,
> -	},
> +	}, {
> +		.name = "rpc_pipefs",
> +		.code = FSTYPE__RPC_PIPEFS,
> +	}
>  };
>  
>  static char fsauto_all[] = "all";
> 
> _______________________________________________
> CRIU mailing list
> CRIU at openvz.org
> https://lists.openvz.org/mailman/listinfo/criu
> .
> 
    
    
More information about the CRIU
mailing list