Home
last modified time | relevance | path

Searched hist:"2347 dd7b" (Results 1 – 1 of 1) sorted by relevance

/qemu/block/
H A Dnfs.c2347dd7b Tue May 20 11:31:20 GMT 2014 Kevin Wolf <kwolf@redhat.com> nfs: Handle failure for potentially large allocations

Some code in the block layer makes potentially huge allocations. Failure
is not completely unexpected there, so avoid aborting qemu and handle
out-of-memory situations gracefully.

This patch addresses the allocations in the nfs block driver.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Benoit Canet <benoit@irqsave.net>