commit | 568776f992c4cb5e1b5715dc4ab62e6ae906b80d | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Apr 23 18:32:11 2020 +0300 |
committer | Damien Le Moal <damien.lemoal@wdc.com> | Mon Apr 27 08:51:39 2020 +0900 |
tree | ece674d7518b0775610543d1bce6c2db22dcc316 | |
parent | 6a8b55ed4056ea5559ebe4f6a4b247f627870d4c [diff] |
zonefs: Replace uuid_copy() with import_uuid() 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> Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>