Franck Bui-Huu 82524746c2 rcu: split list.h and move rcu-protected lists into rculist.h
Move rcu-protected lists from list.h into a new header file rculist.h.

This is done because list are a very used primitive structure all over the
kernel and it's currently impossible to include other header files in this
list.h without creating some circular dependencies.

For example, list.h implements rcu-protected list and uses rcu_dereference()
without including rcupdate.h.  It actually compiles because users of
rcu_dereference() are macros.  Others RCU functions could be used too but
aren't probably because of this.

Therefore this patch creates rculist.h which includes rcupdates without to
many changes/troubles.

Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Josh Triplett <josh@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-05-19 10:01:37 +02:00
..
2008-05-13 01:30:25 -04:00
2008-01-28 15:10:29 -08:00
2008-05-13 01:31:37 -04:00
2008-05-06 12:01:41 -04:00
2008-03-26 00:18:44 -04:00
2008-05-12 03:29:11 -07:00
2008-03-17 08:11:03 -04:00
2006-09-13 13:24:59 -04:00
2008-01-28 15:04:05 -08:00
2006-09-13 13:24:59 -04:00
2006-09-13 13:24:59 -04:00
2008-01-28 15:07:12 -08:00
2007-10-10 16:51:57 -07:00
2008-03-26 00:18:43 -04:00
2007-07-10 12:41:08 -04:00
2008-01-28 15:07:12 -08:00
2006-09-13 13:24:59 -04:00
2007-10-10 16:55:27 -07:00
2008-01-28 15:03:59 -08:00
2008-03-26 00:18:43 -04:00
2005-04-16 15:20:36 -07:00
2007-10-10 16:51:43 -07:00
2008-04-29 01:56:14 -04:00
2006-09-13 13:24:59 -04:00
2008-01-31 19:27:17 -08:00
2008-05-02 16:58:18 -07:00
2008-02-28 11:51:50 -08:00
2008-02-28 11:51:50 -08:00
2008-02-28 11:57:55 -08:00
2008-01-04 00:47:04 -08:00
2006-09-13 13:24:59 -04:00
2005-04-16 15:20:36 -07:00
2008-03-26 00:18:43 -04:00
2007-02-09 16:23:17 +00:00
2006-09-13 13:24:59 -04:00
2008-01-18 14:44:33 -05:00
2008-02-01 20:54:03 +11:00
2005-05-15 18:31:07 -04:00
2007-10-10 16:51:13 -07:00
2008-04-29 08:06:27 -07:00
2007-10-10 16:51:13 -07:00
2008-01-28 15:07:59 -08:00
2008-04-29 01:56:01 -04:00
2008-03-05 18:51:19 -08:00
2007-10-19 11:53:42 -07:00
2006-09-13 13:24:59 -04:00
2008-05-01 08:08:36 -07:00
2008-04-29 08:06:27 -07:00
2008-01-28 15:07:12 -08:00
2006-09-13 13:24:59 -04:00
2005-04-16 15:20:36 -07:00
2008-02-03 04:26:12 -08:00
2007-10-10 16:50:46 -07:00
2008-03-17 08:11:41 -04:00
2008-01-28 15:05:53 -08:00
2008-05-13 01:31:39 -04:00
2008-04-25 02:08:51 -04:00
2005-04-16 15:20:36 -07:00
2008-01-28 15:04:05 -08:00
2007-10-10 16:51:13 -07:00
2008-01-28 15:07:12 -08:00
2005-04-16 15:20:36 -07:00
2007-10-19 11:53:42 -07:00
2007-04-28 11:01:05 -04:00
2008-02-03 04:28:10 -08:00
2008-03-17 07:56:33 -04:00
2008-03-26 00:18:04 -04:00
2008-03-26 00:18:00 -04:00
2006-09-13 13:24:59 -04:00
2007-10-23 21:28:40 -04:00
2005-04-16 15:20:36 -07:00
2008-01-28 15:07:56 -08:00
2008-03-05 16:34:41 -06:00
2008-01-28 15:11:27 -08:00
2008-01-28 15:08:00 -08:00
2008-03-17 07:56:27 -04:00
2008-01-28 15:03:59 -08:00
2008-04-29 01:55:30 -04:00
2007-10-15 14:29:48 -04:00
2008-04-16 20:41:44 -04:00
2008-04-16 20:41:35 -04:00
2008-04-27 18:19:08 +02:00
2008-01-28 15:03:59 -08:00
2006-09-13 13:24:59 -04:00
2007-10-16 21:10:29 -04:00
2008-05-13 01:31:44 -04:00
2008-01-28 15:11:27 -08:00
2008-04-30 08:29:47 -07:00
2006-09-13 13:24:59 -04:00
2008-01-28 15:03:59 -08:00
2007-05-04 17:59:08 -07:00
2007-07-16 15:02:47 +02:00
2008-04-16 20:06:50 -04:00
2005-04-16 15:20:36 -07:00
2007-10-10 16:51:13 -07:00
2008-02-03 04:26:15 -08:00
2008-01-28 15:03:46 -08:00
2008-03-23 03:35:12 -07:00
2008-01-28 15:07:10 -08:00
2008-01-28 15:07:12 -08:00
2008-01-28 15:07:09 -08:00
2008-02-03 04:26:14 -08:00
2008-04-17 15:31:31 -04:00
2007-10-10 16:51:34 -07:00
2007-10-10 16:51:34 -07:00
2008-05-02 16:49:50 -07:00
2006-11-22 14:57:56 +00:00
2008-04-25 02:45:23 -04:00