[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20151213212358.GS20997@ZenIV.linux.org.uk>
Date: Sun, 13 Dec 2015 21:23:58 +0000
From: Al Viro <viro@...IV.linux.org.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [RFC] get_free_pages/free_pages signature change
On Sun, Dec 13, 2015 at 09:18:42PM +0000, Al Viro wrote:
> #define free_page(p) \
> __builtin_choose_expr( \
> __builtin_types_compatible_p(struct page *,typeof(f)), \
p, of course
> __free_page_misspelled(), \
> __builtin_choose_expr( \
> __builtin_types_compatible_p(const struct page *,typeof(f)), \
ditto
--
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