six locks: lock->state.seq no longer used for write lock held
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 16 Jun 2023 22:24:05 +0000 (18:24 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:02 +0000 (17:10 -0400)
commitb60c8e9e7b082abac290ebdb9166b806e7d83fb7
tree682431bd3f217cca1cb8158e2b69065fa31a58db
parentdc88b65f3e54b5f25dcfe1259ae21c19a6e69d7f
six locks: lock->state.seq no longer used for write lock held

lock->state.seq is shortly being moved out of lock->state, to kill the
depedency on atomic64; in preparation for that, we change the write
locking bit to write locked.

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