commit | 0ab2fcd69dbf1dad27a7cee0f608b48690134ced | [log] [tgz] |
---|---|---|
author | Jag Raman <jag.raman@oracle.com> | Fri Jun 23 14:58:33 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 25 13:43:12 2017 -0700 |
tree | 66f864d5d0ca29c0dc1c9317f684dc3f1deb745a | |
parent | 411cb4a0b3b12833731abc71059a7eeb04dc8477 [diff] |
sparc64: mdesc: use __GFP_REPEAT action modifier for VM allocation During MDESC handle allocation, use the __GFP_REPEAT flag instead of __GFP_NOFAIL. If memory is not available, the caller expects a NULL pointer instead of waiting until memory is allocated. Signed-off-by: Jagannathan Raman <jag.raman@oracle.com> Reviewed-by: Liam Merwick <liam.merwick@oracle.com> Reviewed-by: Shannon Nelson <shannon.nelson@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>