From: Chris Mason Date: Tue, 2 Dec 2008 16:18:37 +0000 (-0500) Subject: Btrfs: Fix sparse endian warnings in struct-funcs.c X-Git-Tag: v2.6.29-rc1~27^2~9^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c99e905c945c462085c6d64646dc5af0c0a16815;p=pandora-kernel.git Btrfs: Fix sparse endian warnings in struct-funcs.c The btrfs macros to access individual struct members on disk were sending the same variable to functions that expected different types of endianness. This fix explicitly creates a variable of the correct type instead of abusing a single variable for mixed purposes. Signed-off-by: Chris Mason --- Reading git-diff-tree failed