]> git.dujemihanovic.xyz Git - linux.git/commit
bcachefs: Rename struct field swap to prevent macro naming collision
authorThorsten Blum <thorsten.blum@toblux.com>
Sat, 6 Apr 2024 14:19:20 +0000 (16:19 +0200)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 6 Apr 2024 21:39:12 +0000 (17:39 -0400)
commit2d793e9315e335ef299024fe8bf7742c9c974b33
treee0ed60d5f2c7a39d821288acfa610461c1a87686
parent7d83cf53c77c8fdc0a8033e1472ac62745fac2ac
bcachefs: Rename struct field swap to prevent macro naming collision

The struct field swap can collide with the swap() macro defined in
linux/minmax.h. Rename the struct field to prevent such collisions.

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/eytzinger.c