]> Git Repo - J-linux.git/blob - fs/bcachefs/two_state_shared_lock.c
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-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.025758 seconds and 4 git commands to generate.