Skip to content
Commit b6d1f2dd authored by Dan Carpenter's avatar Dan Carpenter Committed by Boaz Harrosh
Browse files

exofs: fix endian conversion in exofs_sync_fs()



fscb->s_numfiles is an __le64 field so we need to use cpu_to_le64()
to get a little endian 64 bit on big endian systems.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarBoaz Harrosh <bharrosh@panasas.com>
parent 192cfd58
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment