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

From: Dave Hansen
Date: Thu Mar 05 2009 - 13:17:14 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/