lkml.org 
[lkml]   [2009]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [tip:core/futexes] futex: additional (get|put)_futex_key() fixes

* Darren Hart <dvhltc@us.ibm.com> wrote:

> @@ -1595,13 +1601,12 @@ uaddr_faulted:
>
> ret = get_user(uval, uaddr);
> if (!ret)
> - goto retry;
> + goto retry_unlocked;
>
> - if (to)
> - destroy_hrtimer_on_stack(&to->timer);
> - return ret;
> + goto out_put_key;

hm, was that destroy_hrtimer_on_stack() removal intended? It's
not directly commented on in the changelog.

Ingo


\
 
 \ /
  Last update: 2009-03-13 01:23    [W:0.091 / U:0.248 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site