]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Unlock trans when waiting for user input in fsck
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 30 May 2024 01:14:40 +0000 (21:14 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 14 Jul 2024 23:00:14 +0000 (19:00 -0400)
commit889fb3dc5d6f8e0931649cb5f016dd38d50fd9fe
treea9c536e0e682986861f45728ec1a2140739a264f
parent747d1d6c7efdfb4e59a93a129eaf434cb9325eb8
bcachefs: Unlock trans when waiting for user input in fsck

We can't hold locks while waiting for user input, that's a deadlock.

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