Files
linux/fs/xfs
Christoph Hellwig 4d8f42466a xfs: use WRITE_ONCE/READ_ONCE for m_errortag
There is no synchronization for updating m_errortag, which is fine as
it's just a debug tool.  It would still be nice to fully avoid the
theoretical case of torn values, so use WRITE_ONCE and READ_ONCE to
access the members.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hans Holmberg <hans.holmberg@wdc.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
2026-01-30 10:41:42 +01:00
..
2026-01-20 18:06:52 -08:00
2026-01-21 12:57:16 +01:00
2026-01-21 12:57:16 +01:00
2025-12-16 08:49:56 +01:00
2025-08-11 14:03:44 +02:00
2025-08-11 14:03:31 +02:00
2026-01-21 12:57:16 +01:00
2026-01-21 12:57:16 +01:00
2025-11-11 11:45:57 +01:00
2026-01-30 10:41:42 +01:00