]> www.infradead.org Git - users/jedix/linux-maple.git/commit
zonefs: Replace uuid_copy() with import_uuid()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 23 Apr 2020 15:32:11 +0000 (18:32 +0300)
committerDamien Le Moal <damien.lemoal@wdc.com>
Sun, 26 Apr 2020 23:51:39 +0000 (08:51 +0900)
commit568776f992c4cb5e1b5715dc4ab62e6ae906b80d
treeece674d7518b0775610543d1bce6c2db22dcc316
parent6a8b55ed4056ea5559ebe4f6a4b247f627870d4c
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>
fs/zonefs/super.c