lkml.org 
[lkml]   [2009]   [Mar]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [RFC][PATCH 00/11] track files for checkpointability
From
Date
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



\
 
 \ /
  Last update: 2009-03-05 19:19    [W:1.567 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site