Re: [PATCH] (1/4) 2.5.59 fast reader/writer lock for gettimeofday

Anton Blanchard (anton@samba.org)
Wed, 29 Jan 2003 18:26:22 +1100


> These need to be mb(), not wmb(), if you want the bits in between
> to actually happen in between, as with your xtime example. At
> present there's nothing stoping xtime from being *read* before
> your read from pre_sequence happens.

But with frlocks we synchronise writers with a spinlock, so shouldnt it
provide that synchronisation?

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