* [KJ] [PATCH] [0/29] vfree() checking cleanups
@ 2005-01-04 21:56 James Lamanna
0 siblings, 0 replies; only message in thread
From: James Lamanna @ 2005-01-04 21:56 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 278 bytes --]
The following patches against 2.6.10 clean up the case of:
if (var)
vfree(var);
This check is redundant since it occurs in vfree()
There is a similar cleanup for kfree(), but I haven't gotten to that
one yet since there are many many many more of those.
-- James Lamanna
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-01-04 21:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-04 21:56 [KJ] [PATCH] [0/29] vfree() checking cleanups James Lamanna
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.