Skip to content

Commit d77d1db

Browse files
committed
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()
2 parents 9fb4c52 + 568776f commit d77d1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/zonefs/super.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ static int zonefs_read_super(struct super_block *sb)
13301330
goto unmap;
13311331
}
13321332

1333-
uuid_copy(&sbi->s_uuid, (uuid_t *)super->s_uuid);
1333+
import_uuid(&sbi->s_uuid, super->s_uuid);
13341334
ret = 0;
13351335

13361336
unmap:

0 commit comments

Comments
 (0)