Messages in this thread |  | | Date | Thu, 12 Dec 2013 12:28:04 +0100 | From | Andrzej Pietrasiewicz <> | Subject | Re: [PATCH] kernel/locking: mutex: simplify access to the first entry in the wait-list |
| |
W dniu 12.12.2013 10:53, Peter Zijlstra pisze: > On Thu, Dec 12, 2013 at 10:45:41AM +0100, Andrzej Pietrasiewicz wrote: >> Use list_first_entry instead of explicitly accessing the first entry >> with "head".next. The comment one line above becomes obsolete. >> >> Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com> >> Signed-off-by: Kyungmin Park <andrzej.p@samsung.com> > > This is an invalid sign-off trail. > Right... Thanks for spotting this. I will correct it and resubmit.
AP
|  |