All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Kent <raven@themaw.net>
To: Ning Yu <ning.yu@canonical.com>
Cc: Yu Ning <ning.yu@ubuntu.com>,
	autofs mailing list <autofs@vger.kernel.org>
Subject: Re: [PATCH v5 0/8] Series to change autofs to using a monotonic clock
Date: Sun, 20 Sep 2015 10:15:45 +0800	[thread overview]
Message-ID: <1442715345.3189.3.camel@themaw.net> (raw)
In-Reply-To: <CAA1QoHSMtakm4mXxH=SbzRDEFL+fJAkkC=Od85VM3G4t7jpEtQ@mail.gmail.com>

On Fri, 2015-09-18 at 18:18 +0800, Ning Yu wrote:
> On Fri, Sep 18, 2015 at 5:34 PM, Ian Kent <raven@themaw.net> wrote:
> > This is what I get using "stg mail" when mailing patch series.
> >
> > I've made a few changes to te breakdown of the patches.
> > I tried to implement the alarm module change we discussued.
> > I changed the mount and expire condition to use a monotonic clock
> > as well for both the direc and indirect modules for completeness.
> > And I changed the patch descriptions a bit.
> >
> > I'll add my "Signed-off-by" after we've verified the series is OK
> > and I've completed some samity testing.
> >
> > The series should apply, I don't think there are conflicts with
> > patches in my queue that are before them. The CHANGELOG hunk will
> > be a problem though, as expected, and will likely change due to
> > me changing the patch order before actually committing them.
> >
> > Let me know if you can see any problem with the series.
> >
> 
> It looks much more better than my original version, thanks very much.

Really it's much the same, but thanks,

> I'm OK with it, and hope it won't cause any regression issue ;)

Yeah, but this is very much about changes to expire and that's fairly
easy to test, we'll see.

> 
> > ---
> >
> > Ian Kent (1):
> >       autofs-5.1.1 - remove unused function elapsed()
> >
> > Yu Ning (7):
> >       autofs-5.1.1 - define monotonic clock helper functions
> >       autofs-5.1.1 - use monotonic clock for alarm thread condition wait
> >       autofs-5.1.1 - define pending condition init helper function
> >       autofs-5.1.1 - use monotonic clock for direct mount condition
> >       autofs-5.1.1 - use monotonic clock for indirect mount condition
> >       autofs-5.1.1 - change remaining gettimeofday() to use clock_gettime()
> >       autofs-5.1.1 - change time() to use monotonic_clock()
> >
> >
> >  CHANGELOG                 |    7 +++++++
> >  daemon/automount.c        |    4 ++--
> >  daemon/direct.c           |   24 ++++++++----------------
> >  daemon/indirect.c         |   24 ++++++++----------------
> >  daemon/lookup.c           |    6 +++---
> >  daemon/state.c            |    2 +-
> >  include/automount.h       |   31 +++++++++++++++++++++++++++++++
> >  include/rpc_subs.h        |    1 +
> >  lib/alarm.c               |   28 ++++++++++++++++++++++------
> >  lib/cache.c               |    2 +-
> >  lib/master.c              |    4 ++--
> >  lib/rpc_subs.c            |   20 +++++++++++---------
> >  modules/dclist.c          |    2 +-
> >  modules/lookup_file.c     |    8 ++++----
> >  modules/lookup_hesiod.c   |    6 +++---
> >  modules/lookup_hosts.c    |    4 ++--
> >  modules/lookup_ldap.c     |   10 +++++-----
> >  modules/lookup_nisplus.c  |   10 +++++-----
> >  modules/lookup_program.c  |   10 +++++-----
> >  modules/lookup_sss.c      |    6 +++---
> >  modules/lookup_userhome.c |    2 +-
> >  modules/lookup_yp.c       |    8 ++++----
> >  modules/mount_autofs.c    |    2 +-
> >  modules/parse_amd.c       |    2 +-
> >  modules/replicated.c      |   34 ++++++++++++++++------------------
> >  25 files changed, 148 insertions(+), 109 deletions(-)
> >
> > --
> > Ian


--
To unsubscribe from this list: send the line "unsubscribe autofs" in

      reply	other threads:[~2015-09-20  2:15 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-18  9:34 [PATCH v5 0/8] Series to change autofs to using a monotonic clock Ian Kent
2015-09-18  9:34 ` [PATCH v5 1/8] autofs-5.1.1 - define monotonic clock helper functions Ian Kent
2015-09-18  9:34 ` [PATCH v5 2/8] autofs-5.1.1 - use monotonic clock for alarm thread condition wait Ian Kent
2015-09-18  9:34 ` [PATCH v5 3/8] autofs-5.1.1 - define pending condition init helper function Ian Kent
2015-09-18  9:34 ` [PATCH v5 4/8] autofs-5.1.1 - use monotonic clock for direct mount condition Ian Kent
2015-09-18  9:34 ` [PATCH v5 5/8] autofs-5.1.1 - use monotonic clock for indirect " Ian Kent
2015-09-18  9:35 ` [PATCH v5 6/8] autofs-5.1.1 - change remaining gettimeofday() to use clock_gettime() Ian Kent
2015-09-18  9:35 ` [PATCH v5 7/8] autofs-5.1.1 - change time() to use monotonic_clock() Ian Kent
2015-09-18 10:12   ` Ning Yu
2015-09-20  2:12     ` Ian Kent
2015-09-18  9:35 ` [PATCH v5 8/8] autofs-5.1.1 - remove unused function elapsed() Ian Kent
2015-09-21  5:25   ` Ning Yu
2015-09-21  8:45     ` Ian Kent
2015-09-18 10:18 ` [PATCH v5 0/8] Series to change autofs to using a monotonic clock Ning Yu
2015-09-20  2:15   ` Ian Kent [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=1442715345.3189.3.camel@themaw.net \
    --to=raven@themaw.net \
    --cc=autofs@vger.kernel.org \
    --cc=ning.yu@canonical.com \
    --cc=ning.yu@ubuntu.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.