Skip to content
Commit c08782da authored by David Sterba's avatar David Sterba
Browse files

btrfs: fix structs where bitfields and spinlock/atomic share 8B word



On ia64, powerpc64 and sparc64 the bitfield is modified through a RMW cycle and current
gcc rewrites the adjacent 4B word, which in case of a spinlock or atomic has
disaterous effect.

https://lkml.org/lkml/2012/2/1/220

Signed-off-by: default avatarDavid Sterba <dsterba@suse.cz>
parent 87826df0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment