[Torsten Duwe]
> +     for (p = module_name; *p; p++)
> +     {
> +       if (isalnum(*p) || *p == '_' || *p == '-')
> +         continue;
> +
> +       return -EINVAL;
> +     }

I think you just broke at least some versions of devfs.  I don't
remember if the feature is still around, but I know it *used* to be
possible to request_module("/dev/foobar"), which requires '/' in the
name.

Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to