[PATCH] Suppress page allocation failures from sg_page_malloc()
It is performing higher-order atomic allocations then falling back, so failures are expected. Suppress the scary warnings.
Showing
Please register or sign in to comment
It is performing higher-order atomic allocations then falling back, so failures are expected. Suppress the scary warnings.