NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/41671 (fsck_ffs(1) can cause a locking error)
Synopsis: fsck_ffs(1) can cause a locking error
State-Changed-From-To: open->closed
State-Changed-By: christos%NetBSD.org@localhost
State-Changed-When: Wed, 08 Jul 2009 13:31:38 -0400
State-Changed-Why:
Fixed by:
Module Name: src
Committed By: christos
Date: Tue Jul 7 14:09:05 UTC 2009
Modified Files:
src/sys/nfs: nfs_export.c nfs_syscalls.c nfs_var.h
Log Message:
The compatibility call to re-export from sys_mount() calls
mountd_set_exports_list, with the mnt_updating mutex held. Account for that
to avoid a locking against myself panic.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/nfs/nfs_export.c
cvs rdiff -u -r1.148 -r1.149 src/sys/nfs/nfs_syscalls.c
cvs rdiff -u -r1.87 -r1.88 src/sys/nfs/nfs_var.h
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