Re: [PATCH] Avoid calling down_read and down_write during startup

From: Benjamin LaHaise
Date: Thu Feb 23 2006 - 17:40:16 EST


On Thu, Feb 23, 2006 at 05:36:56PM -0500, Alan Stern wrote:
> This patch (as660) changes the registration and unregistration routines
> for blocking notifier chains. During system startup, when task switching
> is illegal, the routines will avoid calling down_write().

Why is that necessary? The down_write() will immediately succeed as no
other process can possibly be holding the lock when the system is booting,
so the special casing doesn't fix anything.

-ben
--
"Ladies and gentlemen, I'm sorry to interrupt, but the police are here
and they've asked us to stop the party." Don't Email: <dont@xxxxxxxxx>.
-
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/