missing kfree in fs/ext3/balloc.c

From: movq movq
Date: Fri Jun 17 2005 - 21:54:27 EST


This is my first post, so be kind. Perhaps I am wrong
here, but I was looking through fs/ext3/balloc.c and
noticed this line:

line 268
...
block_i = kmalloc(sizeof(*block_i), GFP_NOFS);
...

But I do not see this chunk of memory ever kfree()'d.
Is there a reason for this or is this kfree() just
missing?

- Thanks

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/