/* Check module struct version now, before we try to use module. */ if(!check_modstruct_version(info,info->mod)) return-ENOEXEC; return0; } @@ -3303,13 +3300,6 @@ static struct module *layout_and_allocate(struct load_info *info, int flags) unsignedintndx; interr; err=setup_load...