mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-26 12:30:23 +09:00
ANDROID: mm: cma: proper ret type for tasks interrupted by fatal signal
Currently, cma_alloc() checks if the task has fatal signals pending and simply bail out without updating return type(defaulting to EBUSY). Update the return type to EINTR when cma allocation fails due to pending fatal signals. Bug: 245880180 Change-Id: Ibcef026a3af3417a5a10e0eae51017f477f6ac0f Signed-off-by: Nikhil V <quic_nprakash@quicinc.com>
This commit is contained in:
Reference in New Issue
Block a user