VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Andy Shevchenko <andriy.shevchenko@linux.intel.com> 2020-04-23 18:32:11 +0300 committer: Damien Le Moal <damien.lemoal@wdc.com> 2020-04-27 08:51:39 +0900 commit: 568776f992c4cb5e1b5715dc4ab62e6ae906b80d parent: 6a8b55ed4056ea5559ebe4f6a4b247f627870d4c
Commit Summary:
zonefs: Replace uuid_copy() with import_uuid()
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/zonefs/super.c b/fs/zonefs/super.c
index 3ce9829a6936..25b8a924517c 100644
--- a/fs/zonefs/super.c
+++ b/fs/zonefs/super.c
@@ -1267,7 +1267,7 @@ static int zonefs_read_super(struct super_block *sb)
 		goto unmap;
 	}
 
-	uuid_copy(&sbi->s_uuid, (uuid_t *)super->s_uuid);
+	import_uuid(&sbi->s_uuid, super->s_uuid);
 	ret = 0;
 
 unmap: