mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Baolin Wang <baolin.wang@linaro.org>
Cc: tglx@linutronix.de, linux-kernel@vger.kernel.org, y2038@lists.linaro.org
Subject: Re: [PATCH v3 06/23] posix-timers:Convert to the 64bit methods for the timer_gettime syscall function
Date: Tue, 12 May 2015 17:33:59 +0200	[thread overview]
Message-ID: <26188627.asc9jptoev@wuerfel> (raw)
In-Reply-To: <1431439674-16235-1-git-send-email-baolin.wang@linaro.org>

On Tuesday 12 May 2015 22:07:53 Baolin Wang wrote:
>  }
>  
> +static void default_timer_get64(struct k_itimer *timr,
> +                              struct itimerspec64 *cur_setting64)
> +{
> +       struct itimerspec cur_setting;
> +       struct k_clock *kc = clockid_to_kclock(timr->it_clock);
> +
> +       kc->timer_get(timr, &cur_setting);
> +       *cur_setting64 = itimerspec_to_itimerspec64(&cur_setting);
> +}
> +
> 

The new version is correct, but when I asked you in private to send the update,
what I meant was a reply to my email, and only the updated function for the
sake of discussion. You have now sent the patch as a new thread, which means
we have two email conversations with the same subject line and different
contents, which is rather confusing and should be avoided.

	Arnd

      reply	other threads:[~2015-05-12 15:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-12 14:07 Baolin Wang
2015-05-12 15:33 ` Arnd Bergmann [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=26188627.asc9jptoev@wuerfel \
    --to=arnd@arndb.de \
    --cc=baolin.wang@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=y2038@lists.linaro.org \
    /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

all inboxes | Powered by JetHome®