From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx207.postini.com [74.125.245.207]) by kanga.kvack.org (Postfix) with SMTP id B15B96B0068 for ; Wed, 5 Sep 2012 07:13:12 -0400 (EDT) From: Andrea Arcangeli Subject: [PATCH] srcu mmu_notifier cleanup Date: Wed, 5 Sep 2012 13:12:36 +0200 Message-Id: <1346843557-499-1-git-send-email-aarcange@redhat.com> Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: linux-mm@kvack.org, Xiao Guangrong , Sagi Grimberg , Peter Zijlstra , Haggai Eran 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: email@kvack.org