On Wed, 3 Oct 2007, Tetsuo Handa wrote:

> Regarding my singly-linked list, no entries are removed from the list. 
> It's append only (like CD-R media). I set is_deleted flag of a entry 
> instead of removing the entry from the list.

Why so? 

This smells like a horrible leaking of memory. How fast can the list grow 
during the lifetime of the system?

-- 
Jiri Kosina
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to