commit | bc163c2046c5867df7d2b03e85bca29adf83fa32 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Apr 22 16:03:17 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Jun 18 09:17:54 2020 -0600 |
tree | 64aefeb280bfb90a1f2cbf6e60a2949610aac58d | |
parent | fe35ec58f0d339221643287bbb7cee15c93a5389 [diff] |
partitions/ldm: Replace uuid_copy() with import_uuid() where it makes sense There is a specific API to treat raw data as UUID, i.e. import_uuid(). Use it instead of uuid_copy() with explicit casting. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>