On Tue, 2007-01-09 at 17:16 +0100, Pierre Peiffer wrote: > @@ -133,8 +133,8 @@ struct futex_q { > * Split the global futex_lock into every hash list lock. > */ > struct futex_hash_bucket { > - spinlock_t lock; > - struct list_head chain; > + spinlock_t lock; > + struct plist_head chain;
Should have tabs between spinlock_t and lock , and plist_head and chain.. It looks like the original didn't, but as long as your cleaning up may as well get add them. Daniel - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/