commit | 93fc91675a6c84d6ab355188aea398bda2cc51f8 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Thu Mar 21 15:00:09 2019 -0700 |
committer | Mike Snitzer <snitzer@redhat.com> | Mon Apr 01 16:16:37 2019 -0400 |
tree | 1d04069acda7c768a75497e650c926c0f6616e3c | |
parent | 5efedc9b62b5cf0ccc84ed427a07f0d2485091c4 [diff] |
dm init: fix const confusion for dm_allowed_targets array A non const pointer to const cannot be marked initconst. Mark the array actually const. Fixes: 6bbc923dfcf5 dm: add support to directly boot to a mapped device Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>