[U-Boot] [PATCH 0/4] fs:ext4:fix: Fixes for ext4write command
Lukasz Majewski
l.majewski at samsung.com
Mon Nov 26 17:13:13 CET 2012
Several fixes for ext4write command including:
- compiler warnings suppress
- lldiv() and do_div() instead of "plain" / and % operands for 64-32 bits
- Proper initialization of dev_desc
Lukasz Majewski (4):
fs:ext4:write: Add lldiv and do_div to perform 64-32 bits division
fs:ext4:write: Store block device descriptor in file system structure
fs:ext4:fix: Code refactoring to suppress compiler warnings
arm:trats: Adjust Samsung's TRATS config file
fs/ext4/dev.c | 1 +
fs/ext4/ext4_common.c | 14 ++++++++++----
fs/ext4/ext4_journal.c | 3 +--
fs/ext4/ext4fs.c | 8 +++-----
include/configs/trats.h | 5 +++++
5 files changed, 20 insertions(+), 11 deletions(-)
--
1.7.2.3
More information about the U-Boot
mailing list