On 04/23/2020 08:32 AM, Andy Shevchenko wrote: > 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@xxxxxxxxxxxxxxx> At the end it does the same thing, I think we can avoid cast though. Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx>