Re: Resend:[RFC/Patch] Robust futexes

2005-07-06 Thread Todd . Kneisel
Russell. > > What is the status of the glibc side of this? > > Daniel > > > On Tue, 2005-07-05 at 16:11 -0700, Todd Kneisel wrote: > > This is a resend of my patch to add robust futex support to the existing > > sys_futex system call. The patch applies to

Resend:[RFC/Patch] Robust futexes

2005-07-05 Thread Todd Kneisel
process died, and the next bit indicates if the futex is not recoverable. The rest of the futex contains the pid of the task that owns the futex lock or zero if the futex is not locked. Signed-off-by: Todd Kneisel <[EMAIL PROTECTED]> fs/dcache.c |3 fs/inode.c