Re: [PATCH] fs: ubifs: set s_uuid in super block to support ima/evm uuid options

From: Richard Weinberger
Date: Fri Feb 12 2021 - 16:35:24 EST


Andy,

----- Ursprüngliche Mail -----
>> + memcpy(&sb->s_uuid, &c->uuid, sizeof(c->
> Shouldn’t it be `import_uuid()`?

Hmm, I didn't know that helper.
The only user in fs/ seems to be zonefs, all other filesystems do a plain memcpy().

Do you want me do a patch that converts all users in fs/ to import_uuid()?

Thanks,
//richard