Poul-Henning Kamp d986d4580c The size and contents of the DEV_STRATEGY() macro has progressed to
the point where it being a macro is no longer sensible, and it will
only be more so in days to come.

BIO_STRATEGY() is now only used from DEV_STRATEGY() and should not
be used directly anymore.

Put the contents of both in the new function dev_strategy() and
make DEV_STRATEGY() call that function.

In addition, this allows us to make the rather magic bufdonebio()
helper function static.

This alse saves hunderedandsome bytes of code in a typical kernel.
2003-10-18 09:03:15 +00:00
..
2003-10-18 05:41:31 +00:00
2003-10-17 20:20:14 +00:00
2003-09-02 17:30:40 +00:00
2003-10-18 05:41:31 +00:00
2003-10-12 22:04:24 +00:00
2003-10-11 09:24:58 +00:00
2003-08-29 23:25:00 +00:00