summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_cluster.c
diff options
context:
space:
mode:
authorJohn Dyson <dyson@FreeBSD.org>1995-11-19 20:42:25 +0000
committerJohn Dyson <dyson@FreeBSD.org>1995-11-19 20:42:25 +0000
commitfb9ca17e1e41e972937b7670988d08ec19b514a0 (patch)
tree57761ac58c2867f379ab72f8fcc6642cbef68983 /sys/kern/vfs_cluster.c
parentb0a50fff55d519c944d1eea40b3679cd08730b6d (diff)
Notes
Diffstat (limited to 'sys/kern/vfs_cluster.c')
-rw-r--r--sys/kern/vfs_cluster.c4
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;