[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110919214636.GN7761@one.firstfloor.org>
Date: Mon, 19 Sep 2011 23:46:36 +0200
From: Andi Kleen <andi@...stfloor.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Andi Kleen <andi@...stfloor.org>, linux-kernel@...r.kernel.org,
akpm@...ux-foundation.org, eric.dumazet@...il.com,
Andi Kleen <ak@...ux.intel.com>
Subject: Re: [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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists