mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Hold nfsd's upages in-core with PHOLD rather than P_NOSWAP.
This commit is contained in:
parent
2ada239c12
commit
8a0d8193f2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45361
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user