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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to