Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/ufs/ufs/ufs_dirhash.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/ufs/ufs/ufs_dirhash.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.10.8.1 retrieving revision 1.12 diff -u -p -r1.10.8.1 -r1.12 --- src/sys/ufs/ufs/ufs_dirhash.c 2006/04/19 03:54:14 1.10.8.1 +++ src/sys/ufs/ufs/ufs_dirhash.c 2007/02/09 21:55:42 1.12 @@ -1,4 +1,4 @@ -/* $NetBSD: ufs_dirhash.c,v 1.10.8.1 2006/04/19 03:54:14 elad Exp $ */ +/* $NetBSD: ufs_dirhash.c,v 1.12 2007/02/09 21:55:42 ad Exp $ */ /* * Copyright (c) 2001, 2002 Ian Dowse. All rights reserved. @@ -196,7 +196,7 @@ ufsdirhash_build(struct inode *ip) while (pos < ip->i_size) { if ((curcpu()->ci_schedstate.spc_flags & SPCF_SHOULDYIELD) != 0) { - preempt(1); + preempt(); } /* If necessary, get the next directory block. */ if ((pos & bmask) == 0) {