[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <21624.1260121092@redhat.com>
Date: Sun, 06 Dec 2009 17:38:12 +0000
From: David Howells <dhowells@...hat.com>
To: Al Viro <viro@....linux.org.uk>
Cc: dhowells@...hat.com, linux-arch@...r.kernel.org,
torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: Re: [RFC][PATCH 11/18] arch_mmap_check() on mn10300
Al Viro <viro@....linux.org.uk> wrote:
> +#define arch_mmap_chech(addr, len, flags) \
> + (((flags) & MAP_FIXED && (addr) < MIN_MAP_ADDR) ? -EINVAL : 0)
I believe that should be arch_mmap_check().
David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists