]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit21a0eeab4cb2e1455638bb80068951c52a156f67
tree3aed8630c0778c4a8b26a5d8eb2fba42fbb5e26c
parent4cc4bcc1886ff33d0ae91312b930abeadb5e3b28
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 <chris.mason@oracle.com>
fs/btrfs/struct-funcs.c