lkml.org 
[lkml]   [2006]   [Apr]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: kfree(NULL)
"Hua Zhong" <hzhong@gmail.com> wrote:
>
> > struct likeliness {
> > char *file;
> > int line;
> > atomic_t true_count;
> > atomic_t false_count;
> > struct likeliness *next;
> > };
>
> It seems including atomic.h inside compiler.h is a bit tricky (might have interdependency).
>
> Can we just live with int instead of atomic_t? We don't really care about losing a count occasionally..

Sure, int or long would work OK.

> > It'll crash if a module gets registered then unloaded.
> > CONFIG_MODULE_UNLOAD=n would be required.
>
> What about init data that is thrown away after boot?

Good point. Putting #ifndef CONFIG_foo around init/main.c:init()'s call to
free_initmem would fix that.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-04-22 01:25    [W:2.263 / U:25.532 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site