From: adilger Date: Mon, 9 Feb 2004 23:10:25 +0000 (+0000) Subject: Don't flag the ptlrpcd thread with PF_MEMALLOC (from 1.0.4). X-Git-Tag: 1.0.4~2 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e35286d8008085c04593db74dbf051a29d97a7bb;p=fs%2Flustre-release.git Don't flag the ptlrpcd thread with PF_MEMALLOC (from 1.0.4). b=2636 --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 03a084a..4a7afc8 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -17,6 +17,8 @@ tbd Cluster File Systems, Inc. * kernel patches - fix truncated write corruption (2366) - fix for failed assertion in iopen_connect_dentry (1792,2517) + * bug fixes + - don't flag the ptlrpcd thread with PF_MEMALLOC (2636) 2004-01-27 Cluster File Systems, Inc. * version 1.0.3 diff --git a/lustre/ptlrpc/ptlrpcd.c b/lustre/ptlrpc/ptlrpcd.c index aff00b8..7b56097 100644 --- a/lustre/ptlrpc/ptlrpcd.c +++ b/lustre/ptlrpc/ptlrpcd.c @@ -140,9 +140,6 @@ static int ptlrpcd(void *arg) complete(&pc->pc_starting); - /* like kswapd */ - current->flags |= PF_MEMALLOC; - /* this mainloop strongly resembles ptlrpc_set_wait except * that our set never completes. ptlrpcd_check calls ptlrpc_check_set * when there are requests in the set. new requests come in