[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080827200413.GA31324@x200.localdomain>
Date: Thu, 28 Aug 2008 00:04:13 +0400
From: Alexey Dobriyan <adobriyan@...il.com>
To: Roland McGrath <roland@...hat.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] utrace core
1. UTRACE_ATTACH_MATCH_DATA is not used.
2. s/utrace_attached_engine/utrace_engine/g
Engine which is not attached is either just allocated or scheduled
for freeing
3. get_utrace_lock() is funny.
From name one should get valid struct utrace or -E depending only on
task, why engine matters is a mystery.
4. subsys_initcall
Just use module_init() or comment why it's needed.
5. Dummy in examiner -- not used (of course!)
--
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