... 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-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html