It's a big improvement.
> Patch applies clean at least to -pre4 and -pre5. Comments,
> suggestions and flames are welcome.
Can't think of anything to flame about, so how about a comment: strtok
is evil. Even strtok_r sucks somewhat for destroying the input string
but strtok is far worse for keeping internal static state. This would
be a good opportunity to add strtok_r to the library and use it.
-- Daniel - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/