Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934026AbZLFRiU (ORCPT ); Sun, 6 Dec 2009 12:38:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933999AbZLFRiT (ORCPT ); Sun, 6 Dec 2009 12:38:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50669 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933989AbZLFRiS (ORCPT ); Sun, 6 Dec 2009 12:38:18 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: To: Al Viro Cc: dhowells@redhat.com, linux-arch@vger.kernel.org, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [RFC][PATCH 11/18] arch_mmap_check() on mn10300 Date: Sun, 06 Dec 2009 17:38:12 +0000 Message-ID: <21624.1260121092@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 451 Lines: 13 Al Viro 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/