Re: [4/5] eliminate bh waitqueue hashtable

From: William Lee Irwin III
Date: Sat Aug 28 2004 - 18:11:34 EST


On Sat, Aug 28, 2004 at 03:37:28PM -0700, Andrew Morton wrote:
> This is still all inlined. Given that we're going to schedule away,
> don't you think we should out-of-line the slowpath? As I said yesterday:
> static inline int wait_on_bit(...)
> {
> if (test_bit(...))
> return out_of_line_wait_on_bit(...);
> return 0;
> }
> I merged this latest batch into -mm.

Neither bit_waitqueue() nor __wait_on_bit() are inlined, but it is
possible to reduce things to only one call site. I'll send in that
update if you've not done it yourself after I get a chance to see
what's been merged.


-- wli
-
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/