[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1236277003.22399.89.camel@nimitz>
Date: Thu, 05 Mar 2009 10:16:43 -0800
From: Dave Hansen <dave@...ux.vnet.ibm.com>
To: "Serge E. Hallyn" <serue@...ibm.com>
Cc: Ingo Molnar <mingo@...e.hu>,
containers <containers@...ts.linux-foundation.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Oren Laadan <orenl@...columbia.edu>,
Alexey Dobriyan <adobriyan@...il.com>,
Christoph Hellwig <hch@...radead.org>
Subject: Re: [RFC][PATCH 00/11] track files for checkpointability
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists