]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ext4: Prepare API change for files greater than 2GB
authorSuriyan Ramasami <suriyan.r@gmail.com>
Mon, 17 Nov 2014 22:39:36 +0000 (14:39 -0800)
committerTom Rini <trini@ti.com>
Sun, 23 Nov 2014 11:49:04 +0000 (06:49 -0500)
commit9f12cd0e062614e19734b2ab37842d387457c5e5
tree81a892f216918c8a7904cd8adcc5a485f4f23288
parent1ad0b98a067a133c0e8a182649a76a4afd739594
ext4: Prepare API change for files greater than 2GB

Change the internal EXT4 functions to use loff_t for offsets.

Signed-off-by: Suriyan Ramasami <suriyan.r@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
[trini: Update common/spl/spl_ext.c]
Signed-off-by: Tom Rini <trini@ti.com>
common/cmd_ext4.c
common/spl/spl_ext.c
fs/ext4/ext4_common.c
fs/ext4/ext4_common.h
fs/ext4/ext4_write.c
fs/ext4/ext4fs.c
include/ext4fs.h