diff options
| author | John Dyson <dyson@FreeBSD.org> | 1995-11-19 20:42:25 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1995-11-19 20:42:25 +0000 |
| commit | fb9ca17e1e41e972937b7670988d08ec19b514a0 (patch) | |
| tree | 57761ac58c2867f379ab72f8fcc6642cbef68983 /sys/kern/vfs_cluster.c | |
| parent | b0a50fff55d519c944d1eea40b3679cd08730b6d (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_cluster.c')
| -rw-r--r-- | sys/kern/vfs_cluster.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index 61dad48afdfc..708e4bcf441d 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)vfs_cluster.c 8.7 (Berkeley) 2/13/94 - * $Id: vfs_cluster.c,v 1.24 1995/11/14 09:19:07 phk Exp $ + * $Id: vfs_cluster.c,v 1.25 1995/11/19 19:54:19 dyson Exp $ */ #include <sys/param.h> @@ -626,7 +626,7 @@ redo: for (i = 0; i < len; ++i, ++start_lbn) { if (i != 0) { - s = splhigh(); + s = splbio(); if ((tbp = incore(vp, start_lbn)) == NULL) { splx(s); break; |
