NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/58837 CVS commit: src/sys/ufs
The following reply was made to PR kern/58837; it has been noted by GNATS.
From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/58837 CVS commit: src/sys/ufs
Date: Mon, 30 Dec 2024 09:01:35 +0000
Module Name: src
Committed By: hannken
Date: Mon Dec 30 09:01:35 UTC 2024
Modified Files:
src/sys/ufs/ext2fs: ext2fs_vfsops.c
src/sys/ufs/ffs: ffs_vfsops.c
src/sys/ufs/lfs: lfs_vfsops.c
Log Message:
emove comment "we are always called with the filesystem marked `MPBUSY'."
above some xxx_sync() operations. These operations get called without
any exclusive lock.
This comment appeared with "add quota support" on 1990-05-02.
On 1998/02/18 MNT_MPBUSY disappeared when vfs_busy() was changed from
an exclusive lock to a shared lock.
PR kern/58837 "ffs: Missing locking around fs_fmod/time"
To generate a diff of this commit:
cvs rdiff -u -r1.227 -r1.228 src/sys/ufs/ext2fs/ext2fs_vfsops.c
cvs rdiff -u -r1.382 -r1.383 src/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -u -r1.382 -r1.383 src/sys/ufs/lfs/lfs_vfsops.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