Monam Agarwal
9cdb852004
dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbind
...
Replace rcu_assign_pointer(p, NULL) with RCU_INIT_POINTER(p, NULL).
The rcu_assign_pointer() ensures that the initialization of a structure
is carried out before storing a pointer to that structure. And in the
case of the NULL pointer, there is no structure to initialize. So,
rcu_assign_pointer(p, NULL) can be safely converted to
RCU_INIT_POINTER(p, NULL).
Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
2014-03-27 16:56:24 -04:00
..
2014-01-30 12:57:55 -07:00
2014-03-27 16:56:23 -04:00
2013-12-11 15:28:36 -08:00
2013-12-11 15:28:36 -08:00
2013-03-01 22:45:51 +00:00
2013-03-01 22:45:51 +00:00
2013-11-23 22:33:55 -08:00
2014-01-30 11:19:05 -08:00
2014-01-14 23:23:03 -05:00
2014-01-14 23:23:04 -05:00
2014-03-27 16:56:23 -04:00
2014-03-27 16:56:23 -04:00
2014-03-27 16:56:23 -04:00
2013-03-20 17:21:27 +00:00
2013-11-11 11:37:50 -05:00
2014-02-28 12:18:29 -05:00
2014-01-16 13:44:11 -05:00
2014-01-16 13:44:11 -05:00
2014-03-27 16:56:23 -04:00
2013-11-23 22:33:51 -08:00
2014-01-30 11:19:05 -08:00
2014-03-27 16:56:23 -04:00
2013-11-23 22:33:47 -08:00
2014-02-17 11:00:05 -05:00
2013-11-09 18:20:22 -05:00
2013-08-23 09:02:13 -04:00
2013-11-23 22:33:47 -08:00
2014-01-21 23:46:27 -05:00
2014-02-26 09:44:44 -05:00
2014-02-18 10:48:57 -05:00
2013-06-26 12:38:24 +10:00
2013-11-23 22:33:47 -08:00
2014-03-03 17:58:13 -05:00
2014-01-30 11:19:05 -08:00
2013-12-10 19:13:21 -05:00
2013-09-05 20:46:06 -04:00
2013-11-23 22:33:47 -08:00
2013-11-23 22:33:47 -08:00
2014-01-14 23:23:04 -05:00
2014-03-27 16:56:23 -04:00
2013-09-05 20:46:05 -04:00
2014-03-27 16:56:23 -04:00
2014-03-05 15:25:35 -05:00
2014-03-05 15:26:59 -05:00
2013-11-23 22:33:56 -08:00
2013-03-01 22:45:47 +00:00
2014-03-27 16:56:24 -04:00
2014-03-27 16:56:23 -04:00
2013-11-23 22:33:47 -08:00
2014-03-27 16:56:23 -04:00
2013-11-23 22:33:57 -08:00
2014-03-27 16:56:23 -04:00
2014-01-30 11:19:05 -08:00
2014-01-20 15:49:44 -08:00
2013-11-23 22:33:47 -08:00
2013-11-23 22:33:57 -08:00
2014-02-05 12:26:04 +11:00
2013-11-19 15:19:18 +11:00
2014-02-13 13:46:45 +11:00
2013-11-20 13:05:25 -08:00
2014-01-30 11:19:05 -08:00
2013-02-26 11:55:30 +11:00