Re: + x86-move-vsyscall-page-out-of-fixmap-above-stack-tidy.patch added to -mm tree

From: Chris Wedgwood
Date: Sun May 21 2006 - 07:06:21 EST


On Sun, May 21, 2006 at 02:51:54AM -0700, akpm@xxxxxxxx wrote:

> - if ((ret = insert_vm_struct(mm, vma))) {
> + ret = insert_vm_struct(mm, vma);
> + if (ret) {

Urgh.

It's not really any cleaner/clearer so why do that?
-
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/