Whamcloud - gitweb
b=1933
authorphil <phil>
Fri, 24 Oct 2003 21:50:03 +0000 (21:50 +0000)
committerphil <phil>
Fri, 24 Oct 2003 21:50:03 +0000 (21:50 +0000)
commit3431f1122da1df3f3091389e41b73fbfa52058de
treee2b3f3a4af7e1f27a718b8a3c737ff3c08c47359
parent6d3dc0983db0decaa65f2f65a68c4a0832f2d52e
b=1933
The socknal transmit thread calls into TCP, which will block
allocating memory, and deadlock us if kswapd is waiting on Lustre to
write to OSTs.  Set PF_MEMALLOC on that task.
lnet/klnds/socklnd/socklnd_cb.c
lustre/portals/knals/socknal/socknal_cb.c