]> git.baikalelectronics.ru Git - kernel.git/commit
NLM: nlm_alloc_call should not immediately fail on signal
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 Mar 2006 18:44:05 +0000 (13:44 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 Mar 2006 18:44:05 +0000 (13:44 -0500)
commit842db51d8deeb2762a349e862256bd57a33dd5d4
treea234dbfff1f7d46a8202e0666ac7666d39b420ae
parent05df3303c3a55067cbca4674797f9a1fd0400674
NLM: nlm_alloc_call should not immediately fail on signal

Currently, nlm_alloc_call tests for a signal before it even tries to
allocate memory.
Fix it so that it tries at least once.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/lockd/clntproc.c