Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: 6bbc923 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>
- Loading branch information