]> Git Repo - u-boot.git/commit
fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods
authorTom Rini <[email protected]>
Mon, 24 Nov 2014 16:50:46 +0000 (11:50 -0500)
committerTom Rini <[email protected]>
Mon, 1 Dec 2014 20:21:57 +0000 (15:21 -0500)
commit9e374e7b729dc9f68be89cd3e3b1d4d48c768ecf
tree159d3795f8fd20087fa4123a26c3e2efdde02121
parente17e998d7fee2e7d381b7bff21aca3714387d5d7
fs/ext4/ext4fs.c, fs/fs.c fs/fat/fat_write.c: Adjust 64bit math methods

The changes to introduce loff_t into filesize means that we need to do
64bit math on 32bit platforms.  Make sure we use the right wrappers for
these operations.

Cc: Daniel Schwierzeck <[email protected]>
Cc: Suriyan Ramasami <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Tested-by: Pierre Aubert <[email protected]>
fs/ext4/ext4fs.c
fs/fat/fat_write.c
fs/fs.c
This page took 0.054038 seconds and 4 git commands to generate.