Re: [tip PATCH v6 3/8] RFC: futex: futex_lock_pi_atomic()

From: Thomas Gleixner
Date: Tue Mar 31 2009 - 02:50:58 EST


On Mon, 30 Mar 2009, Darren Hart wrote:
> +static int futex_lock_pi_atomic(u32 __user *uaddr, struct futex_hash_bucket *hb,
> + union futex_key *key,
> + struct futex_pi_state **ps,
> + struct task_struct *task)
> +{
> + u32 uval, newval, curval;
> + int lock_taken;
> + int ret;
> + int ownerdied = 0;

int lock_taken, ret, ownerdied = 0;

Thanks,

tglx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/