Friday, November 15, 2013

linux.kernel - 26 new messages in 4 topics - digest

linux.kernel
http://groups.google.com/group/linux.kernel?hl=en

linux.kernel@googlegroups.com

Today's topics:

* rcu: Remove "extern" from function declarations in include/linux/*rcu*.h - 5
messages, 1 author
http://groups.google.com/group/linux.kernel/t/1131984c6dc6a091?hl=en
* Possible regression with cgroups in 3.11 - 1 messages, 1 author
http://groups.google.com/group/linux.kernel/t/2e12f19e7e33481e?hl=en
* Cpufreq: Make governor data on nonboot cpus across system suspend/resume - 1
messages, 1 author
http://groups.google.com/group/linux.kernel/t/8cd1f356eda2a3b0?hl=en
* rcutorture: Test summary at end of run with less chattiness - 19 messages, 1
author
http://groups.google.com/group/linux.kernel/t/51df2e84d49b971c?hl=en

==============================================================================
TOPIC: rcu: Remove "extern" from function declarations in include/linux/*rcu*.
h
http://groups.google.com/group/linux.kernel/t/1131984c6dc6a091?hl=en
==============================================================================

== 1 of 5 ==
Date: Fri, Nov 15 2013 4:30 pm
From: "Paul E. McKenney"


From: Teodora Baluta <teobaluta@gmail.com>

Function prototypes don't need to have the "extern" keyword since this
is the default behavior. Its explicit use is redundant. This commit
therefore removes them.

Signed-off-by: Teodora Baluta <teobaluta@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
---
include/linux/rculist.h | 4 +--
include/linux/rcupdate.h | 80 ++++++++++++++++++++++++------------------------
include/linux/rcutiny.h | 2 +-
include/linux/rcutree.h | 36 +++++++++++-----------
4 files changed, 61 insertions(+), 61 deletions(-)

diff --git a/include/linux/rculist.h b/include/linux/rculist.h
index 45a0a9e81478..dbaf99084112 100644
--- a/include/linux/rculist.h
+++ b/include/linux/rculist.h
@@ -55,8 +55,8 @@ static inline void __list_add_rcu(struct list_head *new,
next->prev = new;
}
#else
-extern void __list_add_rcu(struct list_head *new,
- struct list_head *prev, struct list_head *next);
+void __list_add_rcu(struct list_head *new,
+ struct list_head *prev, struct list_head *next);

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home


Real Estate