Re: [git pull] New firewire stack

From: Kristian HÃgsberg
Date: Thu May 03 2007 - 13:39:42 EST


Adrian Bunk wrote:
| An advantage of changing the names is that they are now prefixed.

Is the opportunity to clean up module names compelling enough, vs. (the
wish for) minimized trouble with scripts which refer to module names?
...

How big is the trouble actually?

Exactly. In Fedora we've just added a fw-sbp2 case to mkinitrd, it's only a couple of lines of extra shell code:

elif [ "$modName" = "fw-sbp2" ]; then
findmodule fw-core
findmodule fw-ohci
modName="fw-sbp2"

and that's the extent of the changes. The sbp2 case for the old drivers is still in there and in the end mkinitrd works with either stack.

Kristian

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/