[RFC][PATCH 00/11] track files for checkpointability

Dave Hansen dave at linux.vnet.ibm.com
Thu Mar 5 10:16:43 PST 2009


On Thu, 2009-03-05 at 12:13 -0600, Serge E. Hallyn wrote:
> 
> ---
>  fs/proc/base.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/fs/proc/base.c b/fs/proc/base.c
> index bde92c3..12543b6 100644
> --- a/fs/proc/base.c
> +++ b/fs/proc/base.c
> @@ -1657,7 +1657,7 @@ static void proc_fd_write_info(struct file *file, char *info)
> 
>         if (file->f_op->checkpoint)
>                 checkpointable = 1;
> -       p += scnprintf(info+p, max-p, "checkpointable:\t%d", checkpointable);
> +       p += scnprintf(info+p, max-p, "checkpointable:\t%d\n", checkpointable);
>         if (!checkpointable)
>                 p += cr_explain_file(file, info+p, max-p);
>  }

I'll apply that, thanks Serge.

-- Dave



More information about the Containers mailing list