lkml.org 
[lkml]   [2011]   [Sep]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/4] posix-timers: move global timer id management to signal_struct v2
> >  	.cpu_timers	= INIT_CPU_TIMERS(sig.cpu_timers),		\
> > .rlim = INIT_RLIMITS, \
> > .cputimer = { \
> > @@ -46,6 +48,7 @@ extern struct fs_struct init_fs;
> > }, \
> > .cred_guard_mutex = \
> > __MUTEX_INITIALIZER(sig.cred_guard_mutex), \
> > + .posix_timers_id = IDR_INIT(posix_timer_id), \
>
> sig.posix_timer_id

I don't understand this comment. This is already the signal_struct.
Do you want double nesting?

-Andi


\
 
 \ /
  Last update: 2011-09-19 23:49    [W:0.150 / U:0.184 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site