Re: [PATCH] quadratic behaviour in ext2

Andries.Brouwer@cwi.nl
Wed, 12 Aug 1998 04:59:48 +0200 (MET DST)


Rereading my letter I notice the first flaw:
since de is used as a pointer we have to guarantee
some alignment. So, the
if (de_len <= 0)
had better be
if (de_len <= 0 || (de_len % 4) != 0)

Andries

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html