Re: [PATCH 1/2] byteorder: add load/store_{endian} API

From: Linus Torvalds
Date: Mon Mar 02 2009 - 19:17:52 EST




On Mon, 2 Mar 2009, Harvey Harrison wrote:
>
> store_le16 is a new API and is added to be symmetric with the unaligned
> functions.

This seems to be expressly designed to be unsafe, in that it casts the
thing to the right type, making it impossible for sparse to warn about
bad byteorder use.

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/