mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Changed an incorrect splhigh to splbio.
This commit is contained in:
parent
b0a50fff55
commit
fb9ca17e1e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12407
@ -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 @@ cluster_wbuild(vp, size, start_lbn, len)
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user