mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
zonefs changes for 5.8
Only one patch in this pull request to cleanup handling of uuid using the import_uuid() helper, from Andy. Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQSRPv8tYSvhwAzJdzjdoc3SxdoYdgUCXtg3xAAKCRDdoc3SxdoY dp+AAQCIAQpe4qyF5hJtwLPY+qffDDuHDxHjrERpA6c7fpKicgD+K6uDIwZ8Y6L8 XXYPmKer58rV61jX4hvZGCAYwLmzRwA= =Vc+W -----END PGP SIGNATURE----- Merge tag 'zonefs-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs Pull zonefs update from Damien Le Moal: "Only one patch in this pull request to cleanup handling of uuid using the import_uuid() helper, from Andy" * tag 'zonefs-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs: zonefs: Replace uuid_copy() with import_uuid()
This commit is contained in:
commit
d77d1dbba9
@ -1330,7 +1330,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:
|
||||
|
Loading…
Reference in New Issue
Block a user