From: John Stultz <john.stultz@linaro.org>
To: Greg Hackmann <ghackmann@google.com>, linux-kernel@vger.kernel.org
Cc: Thomas Gleixner <tglx@linutronix.de>,
Alexander Viro <viro@zeniv.linux.org.uk>,
linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH] timerfd: support CLOCK_BOOTTIME clock
Date: Wed, 08 Jan 2014 11:07:35 -0800 [thread overview]
Message-ID: <52CDA1F7.90606@linaro.org> (raw)
In-Reply-To: <1389207423-31154-1-git-send-email-ghackmann@google.com>
On 01/08/2014 10:57 AM, Greg Hackmann wrote:
> Add CLOCK_BOOTTIME support to timerfd
>
> Signed-off-by: Greg Hackmann <ghackmann@google.com>
> ---
> fs/timerfd.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/fs/timerfd.c b/fs/timerfd.c
> index 9293121..0013142 100644
> --- a/fs/timerfd.c
> +++ b/fs/timerfd.c
> @@ -317,6 +317,7 @@ SYSCALL_DEFINE2(timerfd_create, int, clockid, int, flags)
> (clockid != CLOCK_MONOTONIC &&
> clockid != CLOCK_REALTIME &&
> clockid != CLOCK_REALTIME_ALARM &&
> + clockid != CLOCK_BOOTTIME &&
> clockid != CLOCK_BOOTTIME_ALARM))
> return -EINVAL;
>
Thanks! I've already sent out my 3.14 queue to Thomas, but I'll queue
this for 3.15.
-john
prev parent reply other threads:[~2014-01-08 19:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-08 18:57 [PATCH] timerfd: support CLOCK_BOOTTIME clock Greg Hackmann
2014-01-08 19:07 ` John Stultz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52CDA1F7.90606@linaro.org \
--to=john.stultz@linaro.org \
--cc=ghackmann@google.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).