Re: BUG: isofs broken (2.2 and 2.4)

From: Andries.Brouwer@cwi.nl
Date: Fri Nov 17 2000 - 16:12:25 EST


> memory leak

Aha. Must be a missing kfree().
Does this help?

--- namei.c~ Fri Nov 17 00:48:37 2000
+++ namei.c Fri Nov 17 21:59:49 2000
@@ -197,6 +197,8 @@
                        bh = NULL;
                        break;
                }
+ if (cpnt)
+ kfree(cpnt);
        }
        if (page)
                free_page((unsigned long) page);

Andries
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Nov 23 2000 - 21:00:14 EST