[CRIU] Re: [PATCH 4/4] files: No need to split file_desc_add declaration

Pavel Emelyanov xemul at parallels.com
Tue Jun 19 04:43:41 EDT 2012


On 06/09/2012 12:17 PM, Cyrill Gorcunov wrote:
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> ---
>  files.c |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/files.c b/files.c
> index 09b921b..534490a 100644
> --- a/files.c
> +++ b/files.c
> @@ -47,8 +47,7 @@ int prepare_shared_fdinfo(void)
>  	return 0;
>  }
>  
> -void file_desc_add(struct file_desc *d, u32 id,
> -		struct file_desc_ops *ops)
> +void file_desc_add(struct file_desc *d, u32 id, struct file_desc_ops *ops)
>  {
>  	d->id = id;
>  	d->ops = ops;

Applied


More information about the CRIU mailing list