From: Andrea Arcangeli <aarcange@redhat.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org,
Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>,
Sagi Grimberg <sagig@mellanox.com>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
Haggai Eran <haggaie@mellanox.com>
Subject: [PATCH] srcu mmu_notifier cleanup
Date: Wed, 5 Sep 2012 13:12:36 +0200 [thread overview]
Message-ID: <1346843557-499-1-git-send-email-aarcange@redhat.com> (raw)
Hi Andrew,
while re-reading the code, I found an easy to overlook but badly
needed cleanup in the mmu notifier srcu patch.
We can't allow such a generic name to be non static (even if it works
fine at this time). Plus here "static" is so much better regardless of
the name.
This is incremental but feel free to fold this on onto the prev srcu
patch.
Thanks,
Andrea
Andrea Arcangeli (1):
mm: mmu_notifier: make the mmu_notifier srcu static
mm/mmu_notifier.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next reply other threads:[~2012-09-05 11:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-05 11:12 Andrea Arcangeli [this message]
2012-09-05 11:12 ` [PATCH] mm: mmu_notifier: make the mmu_notifier srcu static Andrea Arcangeli
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=1346843557-499-1-git-send-email-aarcange@redhat.com \
--to=aarcange@redhat.com \
--cc=a.p.zijlstra@chello.nl \
--cc=akpm@linux-foundation.org \
--cc=haggaie@mellanox.com \
--cc=linux-mm@kvack.org \
--cc=sagig@mellanox.com \
--cc=xiaoguangrong@linux.vnet.ibm.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 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 NNTP newsgroup(s).