]> Git Repo - linux.git/blob - fs/bcachefs/two_state_shared_lock.c
Merge tag 'nfsd-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
[linux.git] / fs / bcachefs / two_state_shared_lock.c
1 // SPDX-License-Identifier: GPL-2.0
2
3 #include "two_state_shared_lock.h"
4
5 void __bch2_two_state_lock(two_state_lock_t *lock, int s)
6 {
7         __wait_event(lock->wait, bch2_two_state_trylock(lock, s));
8 }
This page took 0.032248 seconds and 4 git commands to generate.