sporadic deadlock fix

move to always kthreaded and mitigate sporadic deadlocks on

Co-authored-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
This commit is contained in:
ShirkNeko
2025-09-16 19:36:47 +08:00
parent 60d122c01b
commit 4e8d699654
3 changed files with 13 additions and 8 deletions

View File

@@ -259,7 +259,7 @@ static bool has_v1_signature_file(struct file *fp)
* possibly optional
*
*/
static bool is_lock_held(const char *path)
bool is_lock_held(const char *path)
{
struct path kpath;