Commit-ID: 4a2378a943f09907fb1ae35c15de917f60289c14 Gitweb: http://git.kernel.org/tip/4a2378a943f09907fb1ae35c15de917f60289c14 Author: Greg Hackmann <ghackmann@xxxxxxxxxx> AuthorDate: Wed, 8 Jan 2014 10:57:03 -0800 Committer: John Stultz <john.stultz@xxxxxxxxxx> CommitDate: Thu, 23 Jan 2014 16:57:40 -0800 timerfd: support CLOCK_BOOTTIME clock Add CLOCK_BOOTTIME support to timerfd Signed-off-by: Greg Hackmann <ghackmann@xxxxxxxxxx> Signed-off-by: John Stultz <john.stultz@xxxxxxxxxx> --- 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; -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |