From: Ursula Braun <ubraun@xxxxxxxxxxxxxxxxxx> Date: Wed, 10 Aug 2016 15:44:00 +0200 > But there are still usages (and conn->rx_curs_confirmed is one of > them), where I need an 8-byte cursor field to be read and written > atomicaly, even though I do not care whether the write operation has > been beaten or not. But I do care that reading the cursor does not > return a partially updated cursor. Isn't xchg() a possible solution > in this case? Either the cpu supports 64-bit stores or it does not. xchg() and atomicity have absolutely nothing to do with this. -- To unsubscribe from this list: send the line "unsubscribe linux-s390" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html