[PATCH] ppp: try harder to allocate the deflate buffer
We're using a 4-order allocation in there and it can fail. Change it to just keep reclaiming memory until something gives.
Showing
Please register or sign in to comment
We're using a 4-order allocation in there and it can fail. Change it to just keep reclaiming memory until something gives.