Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP.

This commit is contained in:
Peter Wemm 1999-04-06 03:07:54 +00:00
parent 2ada239c12
commit 8a0d8193f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45361
2 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_bio.c 8.9 (Berkeley) 3/30/95
* $Id: nfs_bio.c,v 1.67 1999/03/12 02:24:58 julian Exp $
* $Id: nfs_bio.c,v 1.68 1999/04/05 19:38:28 julian Exp $
*/
@ -1244,7 +1244,7 @@ nfs_doio(bp, cr, p)
np->n_mtime != np->n_vattr.va_mtime.tv_sec))) {
uprintf("Process killed due to text file modification\n");
psignal(p, SIGKILL);
p->p_flag |= P_NOSWAP;
PHOLD(p);
}
break;
case VLNK:

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_bio.c 8.9 (Berkeley) 3/30/95
* $Id: nfs_bio.c,v 1.67 1999/03/12 02:24:58 julian Exp $
* $Id: nfs_bio.c,v 1.68 1999/04/05 19:38:28 julian Exp $
*/
@ -1244,7 +1244,7 @@ nfs_doio(bp, cr, p)
np->n_mtime != np->n_vattr.va_mtime.tv_sec))) {
uprintf("Process killed due to text file modification\n");
psignal(p, SIGKILL);
p->p_flag |= P_NOSWAP;
PHOLD(p);
}
break;
case VLNK: