autofs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
To: Ian Kent <raven@themaw.net>
Cc: autofs@vger.kernel.org
Subject: Re: [PATCH 1/3] autofs-5.1.2 - Remove unused local 2KB buffer
Date: Sun, 31 Jul 2016 20:54:09 +0900	[thread overview]
Message-ID: <CAHndrBm9LJCn3N8ko=QaL0ckTJOP4Nw2MB_QTTV6rTvyA3WQpA@mail.gmail.com> (raw)
In-Reply-To: <1469935429.14696.6.camel@themaw.net>

Thank you.
For the rest of the kernel stuff I've sent, feel free to check
whenever you can, since they're not that big deal.


2016-07-31 12:23 GMT+09:00 Ian Kent <raven@themaw.net>:
> On Sat, 2016-07-30 at 13:35 +0900, Tomohiro Kusumi wrote:
>> Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
>
> Thanks for the patches.
>
> They all look fine, they look straight forward, I'll include them in the list of
> patches for the next commit.
>
> I thought I'd take this opportunity to let you know what's going on with the
> kernel module patches.
>
> I'm having trouble getting time to update and test my module rename patch series
> so I'm planning on sending the patches I have, mostly yours and possibly one or
> two of mine, as soon as I can get a chance.
>
> Fact is I'm having trouble getting time even to do that but I am trying.
>
>> ---
>>  daemon/automount.c | 3 ---
>>  1 file changed, 3 deletions(-)
>>
>> diff --git a/daemon/automount.c b/daemon/automount.c
>> index ad5cafd..3afa860 100644
>> --- a/daemon/automount.c
>> +++ b/daemon/automount.c
>> @@ -1901,7 +1901,6 @@ static void usage(void)
>>
>>  static void show_build_info(void)
>>  {
>> -     char buf[2048];
>>       int count = 0;
>>
>>       printf("\nLinux automount version %s\n", version);
>> @@ -1913,8 +1912,6 @@ static void show_build_info(void)
>>
>>       printf("\nCompile options:\n  ");
>>
>> -     memset(buf, 0, 2048);
>> -
>>  #ifndef ENABLE_MOUNT_LOCKING
>>       printf("DISABLE_MOUNT_LOCKING ");
>>       count = 22;
--
To unsubscribe from this list: send the line "unsubscribe autofs" in

      reply	other threads:[~2016-07-31 11:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-30  4:35 [PATCH 1/3] autofs-5.1.2 - Remove unused local 2KB buffer Tomohiro Kusumi
2016-07-30  4:35 ` [PATCH 2/3] autofs-5.1.2 - Fix typos in error messages Tomohiro Kusumi
2016-07-30  4:35 ` [PATCH 3/3] autofs-5.1.2 - Fix fgets(3) size argument (another one) Tomohiro Kusumi
2016-07-31  3:23 ` [PATCH 1/3] autofs-5.1.2 - Remove unused local 2KB buffer Ian Kent
2016-07-31 11:54   ` Tomohiro Kusumi [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='CAHndrBm9LJCn3N8ko=QaL0ckTJOP4Nw2MB_QTTV6rTvyA3WQpA@mail.gmail.com' \
    --to=kusumi.tomohiro@gmail.com \
    --cc=autofs@vger.kernel.org \
    --cc=raven@themaw.net \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).