six locks: Single instance of six_lock_vals
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 16 Jun 2023 23:21:21 +0000 (19:21 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:02 +0000 (17:10 -0400)
commita4e9e1f0cb71dfceaca0d2088465af05a747c710
tree990cfd866b706b9f29e3c696bef27b39f4d4ced1
parent357c1261526db604dd4593638620a801c44d02bd
six locks: Single instance of six_lock_vals

Since we're not generating different versions of the lock functions for
each lock type, the constant propagation we were trying to do before is
no longer useful - this is now a small code size decrease.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/six.c