Re: [uClinux-dev] [PATCH 4/4] nommu - backward compatibility patch for mm/nommu.c

From: David Howells
Date: Mon May 09 2005 - 05:03:15 EST



Hyok S. Choi <hyok.choi@xxxxxxxxxxx> wrote:

> - (*parent)->vma->vm_end == end)
> + (!len || (*parent)->vma->vm_end == end))

Please make this configurable. It's bypassing an error case check.

David
-
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/