diff options
author | dillon <dillon@FreeBSD.org> | 1999-01-21 09:24:46 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 1999-01-21 09:24:46 +0000 |
commit | 92d48e1c2862e08dffbe225cb0b01b9e1a1b58b1 (patch) | |
tree | 3bbc992e4263a72389de42286870cf1e6035c66e /sys/ufs/mfs/mfs_vfsops.c | |
parent | 0929496a148ea60a965ebdef8220d49162d9985d (diff) | |
download | FreeBSD-src-92d48e1c2862e08dffbe225cb0b01b9e1a1b58b1.zip FreeBSD-src-92d48e1c2862e08dffbe225cb0b01b9e1a1b58b1.tar.gz |
Access to mfsp->buf_queue must be protected at splbio(). Other minor
adjustments also made, such as passing mfsp to mfs_doio() directly.
Diffstat (limited to 'sys/ufs/mfs/mfs_vfsops.c')
-rw-r--r-- | sys/ufs/mfs/mfs_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/mfs/mfs_vfsops.c b/sys/ufs/mfs/mfs_vfsops.c index 73ab75a..6333cca 100644 --- a/sys/ufs/mfs/mfs_vfsops.c +++ b/sys/ufs/mfs/mfs_vfsops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)mfs_vfsops.c 8.11 (Berkeley) 6/19/95 - * $Id: mfs_vfsops.c,v 1.53 1999/01/01 04:14:11 dillon Exp $ + * $Id: mfs_vfsops.c,v 1.54 1999/01/21 08:29:08 dillon Exp $ */ |