All of lore.kernel.org
 help / color / mirror / Atom feed
From: Akira Yokosawa <akiyks@gmail.com>
To: "Paul E. McKenney" <paulmck@linux.ibm.com>
Cc: perfbook@vger.kernel.org, Akira Yokosawa <akiyks@gmail.com>
Subject: [PATCH 2/2] datastruct/hash: Don't track hash_resize_s
Date: Tue, 15 Jan 2019 07:25:24 +0900	[thread overview]
Message-ID: <49ad0756-766a-6714-1e4e-bed2f0572147@gmail.com> (raw)
In-Reply-To: <91c8ec61-e42c-9768-150f-39db5ac2280d@gmail.com>

From 707069024b111f58847b8994c2df3166d9307c20 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Tue, 15 Jan 2019 07:11:45 +0900
Subject: [PATCH 2/2] datastruct/hash: Don't track hash_resize_s

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 CodeSamples/datastruct/hash/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CodeSamples/datastruct/hash/.gitignore b/CodeSamples/datastruct/hash/.gitignore
index 27c09e4..8d5939c 100644
--- a/CodeSamples/datastruct/hash/.gitignore
+++ b/CodeSamples/datastruct/hash/.gitignore
@@ -3,3 +3,4 @@ hash_bkt_hazptr
 hash_bkt_rcu
 hash_global
 hash_resize
+hash_resize_s
-- 
2.7.4



  reply	other threads:[~2019-01-14 22:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-14 22:24 [PATCH 1/2] Makefile: Automate OBSOLETE_FILES definition Akira Yokosawa
2019-01-14 22:25 ` Akira Yokosawa [this message]
2019-01-15  0:30 ` Paul E. McKenney

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=49ad0756-766a-6714-1e4e-bed2f0572147@gmail.com \
    --to=akiyks@gmail.com \
    --cc=paulmck@linux.ibm.com \
    --cc=perfbook@vger.kernel.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 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.