]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Retry wrap in case of memory allocation failure.
authorJ. Bruce Fields <bfields@fieldses.org>
Thu, 13 Oct 2005 20:54:48 +0000 (16:54 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 19 Oct 2005 06:19:43 +0000 (23:19 -0700)
commitbe50e15a497833cd3eb274f30f38aa94b0dbb85e
tree6b447f0a58bf1c1acfa8b1731ef06580d275b983
parent85cd42bc111a4edfe3e0ed2b9966f6f53f769db2
SUNRPC: Retry wrap in case of memory allocation failure.

 For privacy we need to allocate extra pages to hold encrypted page data when
 wrapping requests.  This allocation may fail, and we handle that case by
 waiting and retrying.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/clnt.c