Re: [PATCH v3] ipc: Update semtimedop() to use hrtimer

From: Davidlohr Bueso
Date: Thu Apr 28 2022 - 19:01:41 EST


On Thu, 28 Apr 2022, Prakash Sangappa wrote:

semtimedop() should be converted to use hrtimer like it has been done
for most of the system calls with timeouts. This system call already
takes a struct timespec as an argument and can therefore provide finer
granularity timed wait.

Signed-off-by: Prakash Sangappa <prakash.sangappa@xxxxxxxxxx>
Reviewed-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

Reviewed-by: Davidlohr Bueso <dave@xxxxxxxxxxxx>