Message ID | 20141028234925.GB8321@linux.vnet.ibm.com (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Mike Snitzer |
Headers | show |
On Tue, Oct 28 2014 at 7:49pm -0400,
Paul E. McKenney <paulmck@linux.vnet.ibm.com> wrote:
> And similarly for this one on both counts.
Yeap, I'll take it, thanks.
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
On Tue, Oct 28, 2014 at 08:25:13PM -0400, Mike Snitzer wrote: > On Tue, Oct 28 2014 at 7:49pm -0400, > Paul E. McKenney <paulmck@linux.vnet.ibm.com> wrote: > > > And similarly for this one on both counts. > > Yeap, I'll take it, thanks. Very good, I will drop both from my tree. Thanx, Paul -- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel
diff --git a/drivers/md/dm.c b/drivers/md/dm.c index e7399362722e..3372b8378830 100644 --- a/drivers/md/dm.c +++ b/drivers/md/dm.c @@ -140,7 +140,7 @@ struct mapped_device { * Use dm_get_live_table{_fast} or take suspend_lock for * dereference. */ - struct dm_table *map; + struct dm_table __rcu *map; struct list_head table_devices; struct mutex table_devices_lock;