Btrfs: Fix sparse endian warnings in struct-funcs.c
authorChris Mason <chris.mason@oracle.com>
Tue, 2 Dec 2008 16:18:37 +0000 (11:18 -0500)
committerChris Mason <chris.mason@oracle.com>
Tue, 2 Dec 2008 16:18:37 +0000 (11:18 -0500)
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 <chris.mason@oracle.com>
fs/btrfs/struct-funcs.c

Simple merge