lkml.org 
[lkml]   [2009]   [Dec]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC][PATCH 11/18] arch_mmap_check() on mn10300
On Sun, Dec 06, 2009 at 05:38:12PM +0000, David Howells wrote:
> Al Viro <viro@ftp.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().

D'oh. Thanks for spotting (and that, BTW, is a nice demonstration
of the reasons why "arch hooks with default" thing is bad). Fixed in
my tree, will go in the next repost.


\
 
 \ /
  Last update: 2009-12-06 18:43    [W:0.030 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site