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