Re: [PATCH] Introduce buflock, a one-to-many circular buffer mechanism(rev2)

From: Henrik Rydberg
Date: Sun Jun 20 2010 - 16:13:31 EST


...

diff --git a/include/linux/buflock.h b/include/linux/buflock.h
index 3d5df22..05996d5 100644
--- a/include/linux/buflock.h
+++ b/include/linux/buflock.h
@@ -125,8 +125,8 @@ static inline unsigned int bufwrite_at(const struct buflock_
writer *bw)
*/
static inline void bufwrite_unlock(struct buflock_writer *bw)
{
- ++bw->head;
smp_wmb();
+ ++bw->head;
}

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