NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/60811 CVS commit: src/sys/ufs/lfs
The following reply was made to PR kern/60811; it has been noted by GNATS.
From: "Konrad Schroder" <perseant%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/60811 CVS commit: src/sys/ufs/lfs
Date: Sun, 27 Sep 2026 18:48:21 +0000
Module Name: src
Committed By: perseant
Date: Sun Sep 27 18:48:21 UTC 2026
Modified Files:
src/sys/ufs/lfs: lfs_accessors.h lfs_subr.c
Log Message:
Enforce locking order lfs_iflock > lfs_lock, preventing a deadlock between
LFS_*ENTRY() and lfs_prelock. This may bear on PR kern/60811.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/ufs/lfs/lfs_accessors.h
cvs rdiff -u -r1.112 -r1.113 src/sys/ufs/lfs/lfs_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index