lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 5 Jul 2008 13:10:24 -0400
From:	Christoph Hellwig <hch@...radead.org>
To:	Denys Vlasenko <vda.linux@...glemail.com>
Cc:	linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Deinline a few functions in mmap.c

On Sat, Jul 05, 2008 at 06:37:30PM +0200, Denys Vlasenko wrote:
>  #if defined(CONFIG_STACK_GROWSUP) || defined(CONFIG_IA64)
>  /*
>   * PA-RISC uses this for its stack; IA64 for its Register Backing Store.
>   * vma is the last one with address > vma->vm_end.  Have to extend vma.
>   */
>  #ifndef CONFIG_IA64
> -static inline
> +static
>  #endif

Unrelated note, but I think this ifdef should go.  We've always prefered
slightly less possible optimizations over horribly ugly ifdefs.

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ