Sebastian Ott
7d253b9a1a
[S390] cio: remove registered flag from ccw_device_private
...
We used to maintain a "registered" flag in our ccw_device_private
structure. This patch removes the "registered" flag and converts
all users of it to device_is_registered which has the exact same
meaning.
Note: The usage the atomic operation test_and_clear_bit is replaced
by the non-atomic if (device_is_registered()) device_del(). This
will not do harm, since we serialize calls to ccw_device_unregister
with a single-threaded workqueue.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com >
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com >
2009-12-07 12:51:32 +01:00
..
2009-11-25 00:43:08 -05:00
2009-12-05 09:42:59 -08:00
2009-09-30 16:12:20 -07:00
2009-11-29 16:51:27 +01:00
2009-12-01 16:32:20 -08:00
2009-12-05 09:42:59 -08:00
2009-12-05 09:49:07 -08:00
2009-10-06 01:39:51 -07:00
2009-11-17 23:15:04 -05:00
2009-10-29 07:39:31 -07:00
2009-11-03 10:32:03 -05:00
2009-11-22 12:10:10 -07:00
2009-12-03 20:11:06 +01:00
2009-11-30 13:58:23 -08:00
2009-10-05 12:05:40 -07:00
2009-12-01 16:32:19 -08:00
2009-11-30 13:57:19 -08:00
2009-10-13 10:10:33 -07:00
2009-11-16 12:45:40 +01:00
2009-11-30 14:50:44 -08:00
2009-12-05 09:42:59 -08:00
2009-10-11 11:20:58 -07:00
2009-11-19 13:16:21 -08:00
2009-10-11 11:20:58 -07:00
2009-12-02 15:41:33 -08:00
2009-12-05 09:42:59 -08:00
2009-11-16 11:50:42 +00:00
2009-10-11 11:20:58 -07:00
2009-10-14 16:58:35 +11:00
2009-12-01 17:30:59 +11:00
2009-12-01 16:32:19 -08:00
2009-10-11 11:20:58 -07:00
2009-12-01 11:24:19 +01:00
2009-12-05 15:31:25 -08:00
2009-12-02 22:58:19 +08:00
2009-12-05 09:42:59 -08:00
2009-12-05 09:42:59 -08:00
2009-10-15 09:58:27 -06:00
2009-10-09 21:32:05 +02:00
2009-11-28 18:03:14 +01:00
2009-12-05 09:49:07 -08:00
2009-12-05 09:42:59 -08:00
2009-11-25 01:01:29 -05:00
2009-09-25 15:09:48 -04:00
2009-11-12 07:26:01 -08:00
2009-12-02 19:37:16 +00:00
2009-12-01 16:32:20 -08:00
2009-12-07 12:51:32 +01:00
2009-12-05 09:42:59 -08:00
2009-12-05 09:42:59 -08:00
2009-10-03 01:16:12 -04:00
2009-12-02 23:58:32 +00:00
2009-12-05 09:42:59 -08:00
2009-12-05 09:42:59 -08:00
2009-11-09 08:30:05 +01:00
2009-11-05 17:33:24 -05:00
2009-11-13 11:36:00 +09:00
2009-12-05 09:42:59 -08:00
2009-10-11 11:20:58 -07:00
2009-12-02 23:58:32 +00:00
2009-10-29 08:50:37 +10:30
2009-10-04 22:53:41 +02:00
2009-12-02 12:47:24 +00:00
2009-10-04 15:05:10 -07:00